@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");
/*---------------------------------------*/
/* media query */
/*---------------------------------------*/
/*----------------------------------------*/
/* media query for uikit */
/*----------------------------------------*/
/*---------------------------------------*/
/* layout */
/*---------------------------------------*/
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/*---------------------------------------*/
/* frame works */
/*---------------------------------------*/
/*---------------------------------------*/
/* uikit 3 */
/*---------------------------------------*/
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/*useful-info.html*/
.kadai-solu-section-top {
  padding-bottom: 0px !important;
}

.kadai-solu-section-other {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

/*useful-info.html*/
/*redirect*/
.pt2-top-flex {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  height: 530px;
  background: linear-gradient(90deg, white 0%, white 50%, #3f9dfc 50%, #63abf4 100%);
  width: 100%;
}

.pt2-img-up {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .pt2-top-flex {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    height: 530px;
    background: white;
  }
  .pt2-flex-right {
    display: none;
  }
  .pt2-flex-left {
    width: 100% !important;
    margin: 0 auto;
  }
}
.pt2-flex-left {
  width: 50%;
  margin: 0 auto;
}

.pt2-flex-right {
  width: 50%;
  text-align: center;
}

/*contact-inquiry,paid hubspot*/
.koma-inquiry-form{
  width: 60%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 640px) {
  .koma-inquiry-form{
    width: 90%;
    margin: 0 auto;
  }
  .mob{
		display: block !important;
	}
  .mob img {
    margin-bottom: 1em;
  }
  .ec-table-section{
		width: 90%;
		padding: 5%;
		background-color: #FAFAFA;
		border-radius: 20px;
		text-align: left;
		margin: 5% auto;
	}


	.ec-table-section>div{
		display: flex;
		flex-direction: column;
		margin-top: 5%;
	}
	.ec-table-section>div>img{
		width: 100%;
		margin-top: 5%;
	}
	
	.storelist-mob>div{
		background: #fff;
		padding: 5%;
		border-radius: 10px;
		margin-top: 5%;
	}
	.storelist-mob>div>img{
		height: 40px;
		width: auto;
	}
	.storelist-mob div table{
		margin-top: 0;
	}
	.storelist-mob div table tr td:first-child{
		text-align: left!important;
		padding: 10px!important;
		background: #edf5fe;
	}	
	.pc{
		display: none!important;
	}
}
.inquiry-main{
	margin-top: 30px;
}

/*新しいフォーム*/
.section-doc-seikyu{
	display: flex;
	flex-direction: row;
	justify-content: space-around; 
	align-items: flex-start;
	width: 95%;
	margin: 0 auto;
}
.contents-left{
	width: 55%;
  margin-top: 30px;
}
.contents-right{
	width: 40%!important;
	background: aliceblue;
	border-radius: 20px;
}

@media screen and (max-width: 640px){
	.section-doc-seikyu{
		display: block;
	}
	.contents-left{
		width: 90%;
		margin: 0 auto;
	}
	.contents-right{
		width: 90%!important;
		margin: 20px auto!important;
	}
        .uk-text-center{
		margin: 0 5px;
		font-size: 22px;
	}
}

.service-doc-form-shin{
    width: 90%;
	margin: 30px auto 0 auto;
}
.service-doc-imeji{
    width: 60%;
	margin: 0 auto;
}

.service-doc-imeji-inq{
	width: 90%;
	margin: 0 auto;
}
.service-doc-h1{
	margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #09a142;
    line-height: 1.6;
	text-align: center;
}
.service-doc-h1-inq{
	margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #09a142;
    line-height: 1.6;
	text-align: center;
}
.gray_b_box{
	padding: 15px 15px;
	margin: 50px auto 0 auto;
	width: 80%;
    border: 4px solid #d6d6d6;
}
.gray_b_box h2{
	text-align: center;
	color: #3d69b1;
	font-weight: 650;
	margin: 10px 0!important;
}
.gray_b_box ul{
	display: flex;
	flex-direction: column;
}
.doc-understand{
	font-size: 15px;
	margin-bottom: 5px;
	text-align: left;
  list-style: none;
}
.doc-understand img{
	width: 6%;
	vertical-align: middle;
}
.uk-text-center {
    text-align: center !important;
}
.margin18{
	width: 75%;
	margin: 30px auto 0 auto;
}
.min3doc-title{
	font-weight: 700;
	font-size: 25px;
}
.gram-font{
	font-weight: 400;
}
.gonyuryoku-personalinfo{
	font-size: 11px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .service-doc-h1 {
    padding: 30px 0;
    font-size: 16px;
  }
  .service-doc-imeji{
    width: 100%;
  }
  .min3doc-title{
    font-size: 20px;
  }
  .gray_b_box{
    width: 100%;
  }
}
/*contact-inquiry,paid hubspot*/


/*.pt2-flex-right img{
  width: 80%;
}*/
.pt2-comarobo-logo {
  text-align: center;
}

.pt2-title-main {
  font-size: 40px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.pt2-title-sub {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.pt2-cta-btn {
  border: 1px solid;
  border-color: #39f;
  text-align: center;
  width: 60%;
  border-radius: 25px;
  background-color: #39f;
  height: 50px;
  margin: 0 auto;
  /*div内のリンクをすべてbtnにする*/
  position: relative;
  /*div内のリンクをすべてbtnにする*/
}

.shopify-cta-btn {
  margin-top: 30px;
}

.pt2-cta-btn a {
  line-height: 50px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  /*div内のリンクをすべてbtnにする*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*div内のリンクをすべてbtnにする*/
}
.pt2-cta-btn:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  color: white;
  text-decoration: none;
}
.pt2-cta-btn a:hover {
  color: white;
}

.pt2-industry-first {
  color: black !important;
}

.pt2-mv-container {
  background: #fff !important;
}

/*index.html 2022/7/20*/
.index-images img {
  width: 75%;
  margin: 0 0 0 20%;
}
.catch-sub-title{
  text-align: center;
}
.catch-main-title{
  text-align: center;
}
.foot-text{
  text-align: center;
}
.top-auto-centering{
  text-align: center;
}
.efficiency-comarobo {
  margin-top: 30px;
}

.comarobo-shikumi-div {
  padding-top: 70px;
}

.ruikei-h2 {
  margin-top: 60px;
}

.loop_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 70px;
}
.loop_wrap img {
  width: 75%;
  height: 100%;
}
.loop-wrap-container {
  display: flex;
  flex-direction: row;
  -webkit-animation: custom-loop 20s linear infinite;
          animation: custom-loop 20s linear infinite;
}
@-webkit-keyframes custom-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-75%);
  }
}

@keyframes custom-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/*donyu-jirei-top-section*/
.donyu-jirei-top-section{
  background-color: #F0F8FF;
  margin: 80px 0 0 0;
  padding: 80px 0;
}
.casestudy-top-title{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.donyu-jirei-top-flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px auto;
  width: 95%;
}
.donyu-jirei-item{
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 30px;
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
.casestudy-comp-img img{
  max-height: 300px;
}
.ymd_and_tag{
  text-align: left;
}
.casestudy-camp-name{
  text-align: left;
}
.else-case-top-cta{
  text-align: center;
  margin: 70px auto 30px auto;
}
.else-case-top-cta a{
  width: 180px;
  height: 120px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  background-color: #0052cc;
  transition: 0.3s;
  border-radius: 30px;
  text-decoration: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
}
.else-case-top-cta a:hover{
  color: white;
  background-color: #0486D1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 640px) {
  .donyu-jirei-top-flex {
    flex-direction: column;
  }
  .donyu-jirei-item{
    width: 90%;
    margin: 10px auto 0 auto;
  }
}
/*donyu-jirei-top-section*/

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*ec-colab*/
.ec-colab-ex-section {
  margin-top: 50px !important;
}

.colab-system-moji {
  width: 80%;
  margin: 50px auto 0 auto;
  font-weight: 500;
  line-height: 50px;
}
.colab-system-moji p {
  height: 50px;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.ec-colab-main-h1 {
  color: white;
  font-weight: 800;
  font-size: 50px;
  white-space: nowrap;
}

.ec-colab-comaro-h2 {
  margin-top: 80px;
}

.ec-colab-inqu-section {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ec-colab-inqu-section {
    width: auto;
  }
}

.tsuika-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .tsuika-flex {
    display: block;
  }
}
.tsuika-flex .pt2-cta-btn {
  max-width: 350px !important;
  margin: auto;
}
@media screen and (max-width: 400px) {
  .tsuika-flex .pt2-cta-btn {
    max-width: initial !important;
    width: 100%;
    box-sizing: border-box;
  }
}
.tsuika-flex .pt2-cta-btn:nth-child(2) {
  background-color: white;
  border-color: #FF4300;
}
@media screen and (max-width: 640px) {
  .tsuika-flex .pt2-cta-btn:nth-child(2) {
    margin-top: 30px;
  }
}
.tsuika-flex .pt2-cta-btn:nth-child(2) a {
  color: #FF4300;
}

.ec-colab-inqu-cta {
  width: 350px;
  background-color: #FF4300;
  border-color: #FF4300;
}

.ec-colab-inqu-cta-moji {
  margin-top: 20px;
}

.ec-colab-table-section {
  margin-top: 100px;
}

.ec-colab-table {
  width: 80%;
  border: 2px white solid;
  border-collapse: separate;
  border-spacing: 2px;
}

.ec-colab-td {
  background-color: #d8eafe;
}

.marrr4 {
  margin: 50px;
}

.height120 {
  height: 120px;
  /*height120はテーブルの高さを統一するためのコード*/
}

.blue1 {
  background-color: #328BE3;
  color: #fff;
  width: 20%;
  min-width: 200px;
  font-size: 30px;
}

.ec-colab-td {
  text-align: center;
}

.blue2 {
  background-color: #edf5fe;
  color: #fff;
  text-align: center !important;
}

.padd {
  padding-left: 15px;
  padding-right: 15px;
}

.ec-colab-footer {
  margin-top: 70px;
}

/**/
.seminar-hero {
  height: 430px;
  margin: 80px 0 80px 0;
}

.seminar3-top-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.seminar3-cta-btn {
  border: 1px solid;
  border-color: red;
  text-align: center;
  width: 400px;
  border-radius: 25px;
  background-color: red;
  height: 50px;
  margin: 0 auto;
  /*div内のリンクをすべてbtnにする*/
  position: relative;
  /*div内のリンクをすべてbtnにする*/
}
.seminar3-cta-btn a {
  line-height: 50px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  /*div内のリンクをすべてbtnにする*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: 600;
  /*div内のリンクをすべてbtnにする*/
}
.seminar3-cta-btn:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  color: white;
  text-decoration: none;
}
.seminar3-cta-btn a:hover {
  color: white;
}

.three-img-div {
  text-align: center;
  z-index: 999;
}

.campaign-div {
  margin-top: 30px;
  text-align: center;
  margin: -50px 45px 0 0;
}
.campaign-div img {
  max-width:600px;
  margin:auto;
}

.uketsuke-p {
  text-align:center;
  font-weight: bold;
  margin:15px auto;
}

.seminar3-top-div img {
  text-align: center;
}

.three-img-div img {
  width: 40%;
}
.margin-top-cta{
  margin: 60px auto 0 auto;
  width: 30%;
}
.margin-top-cta:hover{
  transform: scale(1.1);
  transition: transform .6s ease;
}

.seminar-inquiry-btn{
  height: 80px;
}
.seminar-info-div{
  padding: 30px 0;
}
.seminar-top-img{
  text-align: center;
}
.seminer-annai-top-div{
  width: 60%;
}
.seminer-annai-flex{
  display: flex;
  align-items: center;
  width: 80%;
  margin: 40px auto 20px auto;
}
.seminar-section-top{
  width: 80%;
  margin: 60px auto 0 auto;
  text-align: center;
}
.seminar-section{
  width: 50%;
  margin: 0 auto;
}
.h2_back {
  padding: 0.1px 1px 12px 20px;
  border-left: 5px solid #74B1D6;
  background: #F7F7F7;
}
.margin-20{
  margin-top: 60px;
}
.margin-section-top{
  margin-top: 90px;
}
.seminar-table{
  background-color: transparent;
  margin: 50px auto;
  border: solid 1px black;
}
.seminar-table-tbody{
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.seminar-table-tr{
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.seminar-table-th{
  text-align: left;
  background-color: #F5F5F5;
  width: 200px;
}
.seminar-table-td{
  display: table-cell;
  vertical-align: inherit;
  background-color: #fff;
}
table {
	border-collapse: separate;
  border-spacing: 1px;
}
 
tr:nth-child(odd) {
    background-color:  #ddd;
}
table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}
.tsuika-margin {
  margin-bottom: 30px !important;
}
th,td {
  padding: 20px 20px !important;
}
.seminar-float2 {
  max-width:920px;
  margin:auto;
}
.box-group{
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.teacher-info{
  margin-top: 30px;
}
.box-item1{
  display: inline-block;
  height: 30px;
  width: 40px;
}
.box-item-child{
  display: inline-block;
  margin-top: 10px;
  width: 30px;
  height: 10px;
  background: #74b1d6;
}
.box-item2{
  display: inline-block;
  height: 30px;
  width: 300px;
}
.box-item3{
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 2px #707070;
}
.margin-koushi-img{
  margin-top: 10px;
  margin-right: 120px;
  margin-bottom: 10px;
}
.company-moji{
  margin-top: -50px;
}
.jigyoubu-moji{
  margin-top: -20px;
}
.recommend-total {
  padding: 120px 0;
  background-color: #e5f2ff;
  text-align: center;
}
.recommend-costmer{
  font-weight: 600;
  text-align: left;
}
/*seminar_ebay_espool*/
.seminar-ee-p{
 font-family: "Noto Sans JP", sans-serif;
}
.seminar-inquiry-campany{
  margin-top: 30px;
}
.seminar-privacy{
  margin-top: 30px;
}

.recommend-costmer {
  font-weight: 600;
}
.ebay-espool-seminar-main {
  padding-top: 50px;
  background-color: #E9EFFF;
}
.ebay-seminar-footer-space {
  height:90px;
}
/*プログラム*/
/*こんな方におすすめ！↓*/
.recommend-total {
  /*親要素*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.recommend-icon {
  width: 100px;
  height: 100px;
  margin: 30px 5% 30px 0;
}
.recommend-icon img {
  width: 100%;
}

.recommend-costmer {
  margin: 0 5% 0 0;
  max-height: 150px;
}

.bgc {
  padding-top: 20px;
  padding-bottom: 30px;
  height: 100%;
}

.centering {
  padding-top: 10px;
  width: 60%;
  margin: 50px auto 0 auto;
  background-color: white;
}

.program-total {
  margin: 0 10%;
}

/*プログラムの文字↓*/
.seminer-program-title {
  color: #74B1D6;
  font-size: 20px;
  font-family: "notsan";
  height: 25px;
  text-align: center;
}

.teacher-info-total {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.teacher-ex-sentence1 {
  margin-top: 60px;
}

/*講師、生徒情報の文字↓*/
.koushijohomoji {
  margin: 0 auto;
  color: #0333ce;
  font-size: 20px;
  font-family: "notsan";
  text-align: center;
  height: 20px;
}

.first-teacher img {
  width: 150px;
  margin-top: 30px;
}

.teacher-img-small img {
  width: 200px;
  margin-top: 30px;
}

.teacher-img img {
  width: 150px;
  width: 150px;
  height: auto;
  margin: 30px 5% 30px 0;
}

@media screen and (max-width: 600px) {
  .recommend-total {
    width: 80%;
    margin: 0 auto;
  }
}
/*講師情報の文字*/
.student-info-total {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 10% 30px 10%;
}

.student-ex-sentence {
  margin: 15% 5% 5% 5%;
}

.student-img img {
  width: 130px;
  height: 90px;
  margin: 30px 5% 30px 0;
}

/*生徒情報の文字*/
.student-info-title {
  margin: 0 auto;
  text-align: center;
}

/*mautic送信ボタンの下の隙間埋め↓*/
.padding-bottom {
  padding-bottom: 40px;
}

.space {
  width: 100%;
  height: 20px;
}

.apply {
  height: 60px;
  background-color: #035484;
  border-radius: 10px 10px 0 0;
  margin: 60px 0 30px 0;
}
.apply p {
  color: white;
  text-align: center;
  line-height: 60px;
}

/*price.html*/
.shipments-ex-moji {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.shipments-ex {
  width: 650px;
  margin: 0 auto;
}

.price-ex-sum {
  text-align: right;
  margin-top: 20px;
}

.price-ex-section {
  margin-top: 50px;
}

_::-webkit-full-page-media, _:future, :root .toll-simulator-title {
  font-size: 1.953rem;
}
@media screen and (max-width: 640px) {
  _::-webkit-full-page-media, _:future, :root .toll-simulator-title {
    font-size: 1.563rem;
  }
}

.toll-simulator {
  margin: 80px auto;
  padding: 80px 0;
  max-width: 960px;
  height: auto;
  text-align: center;
  background: #F0F8FF;
  border-radius: 16px;
}
.toll-simulator .toll-simulator-title {
  font-size: clamp(1.563rem, 1.283rem + 1.12vw, 1.953rem);
  font-weight: bold;
  color: #28282c;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists {
  list-style: none;
  padding: 0;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list {
  height: 250px;
  line-height: 250px;
  margin: 80px auto;
}
@media screen and (max-width: 640px) {
  .toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list {
    line-height: 100px;
  }
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container {
  max-width: 800px;
  margin: auto;
  background: #0052cc;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 32px) rotateZ(45deg);
  background: #0052cc;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container br {
  display: none;
}
@media screen and (max-width: 640px) {
  .toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container br {
    display: block;
  }
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container .kensu {
  color: white;
  font-size: 1.563rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container .kensu {
    text-align: center;
    width: 100%;
  }
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container .ken {
  color: white;
  text-align: left;
  font-size: 1.953rem;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input {
  border: none;
  text-align: right;
  height: 62px;
  font-size: 2.441rem;
}
@media screen and (max-width: 640px) {
  .toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input {
    width: 250px;
  }
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input::-moz-placeholder {
  font-size: 1.953rem;
  color: #8b8b95;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input:-ms-input-placeholder {
  font-size: 1.953rem;
  color: #8b8b95;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input::placeholder {
  font-size: 1.953rem;
  color: #8b8b95;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input[type=number]::-webkit-outer-spin-button,
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .input-number-list .input-number-container input[type=number] {
  -moz-appearance: textfield;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .toll-simulator-list {
  height: 100px;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .toll-simulator-list .getsugaku {
  line-height: 100px;
  font-weight: bold;
  font-size: 1.953rem;
  color: #28282c;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .total-amount-list {
  height: 80px;
  color: #28282c;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .total-amount-list .total-amount {
  text-align: center;
  font-size: 1.563rem;
}
.toll-simulator .toll-simulator-container .toll-simulator-lists .total-amount-list .total-amount #total-amount {
  font-size: 3.052rem;
  text-align: right;
  color: #0052cc;
}

.price-table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  border: 1px solid white;
}
.price-table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.price-table tr:nth-child(even) {
  background-color: #eee;
}
.price-table th, .price-table td {
  padding: 0.35em 1em;
}
.price-table thead th {
  font-size: 0.85em;
  padding: 1em;
}
.price-table thead tr {
  background-color: #74B1D6;
  color: #fff;
}
.price-table tbody th {
  text-align: left;
  font-size: 0.8em;
}

.price-txt {
  text-align: left;
  font-size: 0.75em;
}

.example-price {
  text-align: right;
  color: #74B1D6;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .price-table {
    border: 0;
    width: 100%;
  }
  .price-table th {
    background-color: #74B1D6;
    display: block;
    border-right: none;
  }
  .price-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .price-table tr {
    display: block;
    margin-bottom: 0.625em;
    border: 1px solid #74B1D6;
  }
  .price-table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  .price-table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  .price-table td:last-child {
    border-bottom: 0;
  }
  .price-table tbody th {
    color: #fff;
    padding: 1em;
  }
  .price-table tr:nth-child(even) {
    background-color: #fff;
  }
}
/*price.html終わり*/
/*casestudy-firstページcss*/
.casestudy-comarobo-img {
  border: 2px solid;
  border-color: #fce8bc;
}

.mokuji-box {
  width: 50% !important;
  margin: 30px auto 0 auto;
  padding-bottom: 20px !important;
}

/*shopifyページのCSS*/
.shopify-font-color {
  margin-top: 20px;
  color: #95BF47;
}

.font-white {
  color: white;
}

.shopify-bg-color {
  background: #C7E8B9;
}

.shopify-top-section {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.shopify-top-div {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

.top-div-elem {
  padding: 10px;
  min-width: 500px;
  width: 40%;
}

.shopify-top-div-elem {
  padding: 10px;
  width: 40%;
}

.shopify-top-div-elem-right {
  padding: 10px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shopify-use-jisseki {
  margin-top: -50px;
}

.shopify_inquiry_btn a {
  margin: 40px auto 0 auto !important;
}
.shopify_inquiry_btn a:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  color: white;
  text-decoration: none;
}

.shopify-mov-p {
  color: #95BF47;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.sf-seminer-h2-div {
  padding: 60px 0 40px 0;
  width: 90%;
  margin: 0 auto;
}

.shopify-seminer-h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.shopify_link {
  display: block;
  text-align: right;
  margin-top: 30px;
  width: 80%;
}

.shopify-page-inquiry {
  margin-top: 20px;
}

.shopify-seminer-sec {
  margin-top: 40px;
  background: #95BF47;
}

.shopify-flex {
  display: flex;
  justify-content: space-around;
  background: #95BF47;
  padding-top: 20px;
}

.donyu-flex {
  margin: 30px;
  display: flex;
  justify-content: space-around;
}

.jirei-item {
  margin-top: 20px;
}

.task_solution_img, .shopify_task_five_div {
  text-align: center;
}

.handy-senten {
  /*孫要素*/
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

.shopify-item {
  display: flex;
  flex-direction: column;
  /*縦に並べる*/
  flex-wrap: wrap;
  /*子要素を折り返す*/
  justify-content: space-between;
  /*←「主軸」のitemを上下の端に置く　align-contentsではない*/
  width: 25%;
  margin: 0 10px 60px 10px;
  background: white;
  padding: 20px 30px;
}

.shopify-cost-cut-section {
  margin: 30px 0 70px 0;
}

.shopify-costcut-img {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

.shopify-robot-flex {
  display: flex;
  justify-content: space-around;
}

.shopify-robot-item {
  margin: 20px;
  width: 44%;
  border-radius: 20px;
  text-align: center;
}

.shopify-nocode-p {
  text-align: left;
  font-size: 30px;
  width: 80%;
}

.auto_model_section {
  margin: 60px 0;
}

.shopify_cannot {
  margin-top: 40px auto 0 auto !important;
}

.shopify_footer {
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .shopify-top-div {
    display: block;
  }
  .shopify-cmr-img {
    width: 350px;
    margin: 0 auto;
  }
  .shopify-top-div-elem iframe {
    display: none;
  }
}
.inpuiry-here {
  padding: 4px 19px 6px 19px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
}

/*会社のロゴをそれぞれ上にスペースを開けるコード　吉崎*/
.margintop-20 {
  margin-top: 30px;
}

/*フルフィルメントページ(fullfillment.html)の余白を埋める調整コード、<body>の上を埋める*/
.body-posi-up {
  margin-top: -28px;
}

.fullfilment-here-section {
  width: 100%;
}

.fullfilment-here a {
  margin: 0 auto;
}

.uk-margin-remove-bottom {
  text-align: center;
}

/*画像にカーソルを持ってくると透明化するcss*/
.img-anker-css img:hover {
  opacity: 0.6;
}

@media (max-width: 900px) {
  .index-images img {
    display: none;
  }
  .catch__logo, .industry-first {
    font-size: 30px;
  }
  .foot-text {
    font-size: 20px;
  }
  .mv-container {
    height: 470px !important;
  }
  /*mauticのレスポンシブ対応*/
  .script-respo {
    width: 90%;
    margin: 0 auto;
  }
  .shopify-mov-p, .shopify-top-div-elem {
    width: 100%;
  }
  .shopify-top-div-elem-right {
    width: 80%;
    margin: 50px auto 0 auto;
  }
  .shopify-cmr-img {
    width: 350px;
  }
  .shopify_inquiry_btn, .uncapable-shopify {
    width: 300px;
  }
}
/* Links
 ========================================================================== */
/*
 * Style
 */
a, .uk-link {
  color: #01070e;
  text-decoration: none;
  cursor: pointer;
}

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link {
  color: #0f6ecd;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

/*
 * Emphasize
 */
em {
  color: #f0506e;
}

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas, img, video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p, ul, ol, dl, pre, address, fieldset, figure {
  margin: 0 0 20px 0;
}

/* Add margin if adjacent element */
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 20px;
}

/* Headings
 ========================================================================== */
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}

/* Add margin if adjacent element */
* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6, * + .uk-heading-small, * + .uk-heading-medium, * + .uk-heading-large, * + .uk-heading-xlarge, * + .uk-heading-2xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
/* Lists
 ========================================================================== */
ul, ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul, ul > li > ol {
  margin: 0;
}

ol > li > ol, ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
* + hr, * + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
blockquote footer::before {
  content: "— ";
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem/1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}

/* Focus
 ========================================================================== */
/*
 * Safari doesn't support `:focus-visible` yet. It also doesn't set focus if clicking a button or anchor.
 * 1. Fallback: Remove `:focus` for a negative tabindexes.
 * 2. Fallback: Set `:focus` style but not for negative tabindexes.
 * 3. Fallback: Remove `:focus` style for browsers which support `:focus-visible`.
 * 4. Set `:focus-visible` style for browsers which support it.
 */
/* 1 */
:focus {
  outline: none;
}
:focus:not([tabindex^="-"]) {
  outline: 2px dotted #333;
  outline-offset: 1px;
}
:focus:not(:focus-visible) {
  outline: none;
}

/* 2 */
/* 3 */
/* 4 */
:focus-visible {
  outline: 2px dotted #333;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details, main {
  /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
  content: "640px";
}

.uk-breakpoint-m::before {
  content: "960px";
}

.uk-breakpoint-l::before {
  content: "1200px";
}

.uk-breakpoint-xl::before {
  content: "1600px";
}

:root {
  --uk-breakpoint-s:640px;
  --uk-breakpoint-m:960px;
  --uk-breakpoint-l:1200px;
  --uk-breakpoint-xl:1600px;
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted, .uk-link-muted a {
  color: #999;
}

a.uk-link-muted:hover, .uk-link-muted a:hover, .uk-link-toggle:hover .uk-link-muted {
  color: #666;
}

/* Text
 ========================================================================== */
a.uk-link-text, .uk-link-text a {
  color: inherit;
}

a.uk-link-text:hover, .uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text {
  color: #999;
}

/* Heading
 ========================================================================== */
a.uk-link-heading, .uk-link-heading a {
  color: inherit;
}

a.uk-link-heading:hover, .uk-link-heading a:hover, .uk-link-toggle:hover .uk-link-heading {
  color: #1e87f0;
  text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset, .uk-link-reset a, .uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
/* Laptop and bigger */
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative;
}
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden;
}
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}
.uk-heading-line > ::before, .uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (0.2px + 0.05em) / 2);
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/*
 * Extra markup is needed to make it work with text align
 */
/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + [class*=uk-divider] {
  margin-top: 20px;
}

/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-divider-icon::before, .uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - 25px);
  border-bottom: 1px solid #e5e5e5;
}
.uk-divider-icon::before {
  right: calc(50% + 25px);
  width: 100%;
}
.uk-divider-icon::after {
  left: calc(50% + 25px);
  width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

/* 2 */
/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
.uk-list > * > :last-child {
  margin-bottom: 0;
}
.uk-list > :nth-child(n+2), .uk-list > * > ul {
  margin-top: 10px;
}

/*
 * Remove margin from the last-child
 */
/*
 * Style
 */
/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *, .uk-list-circle > *, .uk-list-square > *, .uk-list-decimal > *, .uk-list-hyphen > * {
  padding-left: 30px;
}

/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal;
}
.uk-list-decimal > * {
  counter-increment: decimal;
}

[class*=uk-list] > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen > ::before {
  content: "–  ";
}

/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #333 !important;
}

.uk-list-primary > ::before {
  color: #1e87f0 !important;
}

.uk-list-secondary > ::before {
  color: #222 !important;
}

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px;
}
.uk-list-bullet > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px;
}
.uk-list-striped > *:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}
.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* Size modifier
 ========================================================================== */
.uk-list-large > :nth-child(n+2), .uk-list-large > * > ul {
  margin-top: 20px;
}

.uk-list-collapse > :nth-child(n+2), .uk-list-collapse > * > ul {
  margin-top: 0;
}

/*
 * Divider
 */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}

.uk-list-large.uk-list-striped > :nth-child(n+2), .uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}
.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}
.uk-table td > :last-child {
  margin-bottom: 0;
}
.uk-table tfoot {
  font-size: 0.875rem;
}
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Cell
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
/* Footer
 ========================================================================== */
/* Caption
 ========================================================================== */
/* Alignment modifier
 ========================================================================== */
.uk-table-middle {
  vertical-align: middle !important;
}
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.uk-table-hover > tr:hover, .uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active, .uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th, .uk-table-small td {
  padding: 10px 12px;
}

.uk-table-large th, .uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child, .uk-table-justify td:first-child {
  padding-left: 0;
}
.uk-table-justify th:last-child, .uk-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}
.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

.uk-table-striped > tr:nth-of-type(even):last-child, .uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-icon > * {
  transform: translate(0, 0);
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999;
}
.uk-icon-link:hover {
  color: #666;
}
.uk-icon-link:active {
  color: #595959;
}

/* OnClick + Active */
.uk-active > .uk-icon-link {
  color: #595959;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}
.uk-icon-button:active {
  background-color: #dfdfdf;
  color: #666;
}

/* Hover */
/* OnClick + Active */
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}
.uk-range:focus {
  outline: none;
}
.uk-range::-moz-focus-outer {
  border: none;
}
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.uk-range:not(:disabled)::-webkit-slider-thumb, .uk-range:not(:disabled)::-moz-range-thumb, .uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}
.uk-range::-ms-tooltip {
  display: none;
}
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track {
  background: #dfdfdf;
}
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-moz-range-track {
  background: #dfdfdf;
}
.uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper {
  background: #dfdfdf;
}

/* Focus */
/* IE11 Reset */
/*
 * Improves consistency of cursor style for clickable elements
 */
/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
/* Firefox */
/* Edge */
/* IE11 */
/* Edge + IE11 */
/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
/* Firefox */
/* Edge */
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type=search]::-webkit-search-cancel-button, .uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-input[type=number]::-webkit-inner-spin-button, .uk-input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.uk-input::-moz-placeholder {
  opacity: 1;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled), .uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input, .uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input, .uk-select, .uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
.uk-input:not(input) {
  line-height: 38px;
}

.uk-select:not(select) {
  line-height: 38px;
}
.uk-select[multiple], .uk-select[size] {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

/*
 * Multi-line
 */
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

.uk-select[multiple], .uk-select[size] {
  resize: vertical;
}

/* Focus */
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}

/* Disabled */
.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */
.uk-input::-moz-placeholder {
  color: #999;
}
.uk-input::-moz-placeholder, .uk-input:-ms-input-placeholder, .uk-input::placeholder {
  color: #999;
}

.uk-textarea::-moz-placeholder {
  color: #999;
}

.uk-textarea::-moz-placeholder, .uk-textarea:-ms-input-placeholder, .uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

/* Single-line */
/* Multi-line */
textarea.uk-form-small, [multiple].uk-form-small, [size].uk-form-small {
  padding: 5px 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

/* Single-line */
/* Multi-line */
textarea.uk-form-large, [multiple].uk-form-large, [size].uk-form-large {
  padding: 7px 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger {
  color: #f0506e;
  border-color: #f0506e;
}
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

/*
 * Success
 */
.uk-form-success {
  color: #32d296;
  border-color: #32d296;
}
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent;
}
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}
.uk-select:not([multiple]):not([size]) option {
  color: #666;
}
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 3 */
/* 4 */
/*
 * Disabled
 */
/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-input[list]:hover, .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* 1 */
/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio, .uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.uk-radio {
  border-radius: 50%;
}
.uk-radio:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #1e87f0;
}

/* Focus */
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #1e87f0;
}

/*
 * Checked
 */
.uk-radio:checked {
  background-color: #1e87f0;
  border-color: transparent;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}

/* Focus */
.uk-radio:checked:focus {
  background-color: #0e6ecd;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
  background-color: #0e6ecd;
}

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.uk-radio:disabled, .uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}
.uk-form-custom select {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}
.uk-form-custom input[type=file] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 0.875rem;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
/* Tablet landscape and bigger */
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}
.uk-form-icon:hover {
  color: #666;
}
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}

/*
 * Required for `a`.
 */
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
/*
 * Input padding
 */
/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto;
}
.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/*
 * Remove the inner border and padding in Firefox.
 */
/* Hover */
/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
.uk-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
.uk-button-default:active, .uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}

/* Hover */
/* OnClick + Active */
/*
 * Primary
 */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}
.uk-button-primary:active, .uk-button-primary.uk-active {
  background-color: #0e6ecd;
  color: #fff;
}

/* Hover */
/* OnClick + Active */
/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}
.uk-button-secondary:active, .uk-button-secondary.uk-active {
  background-color: #090909;
  color: #fff;
}

/* Hover */
/* OnClick + Active */
/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-danger:hover {
  background-color: #ee395b;
  color: #fff;
}
.uk-button-danger:active, .uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}

/* Hover */
/* OnClick + Active */
/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled, .uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out;
}
.uk-button-text:hover {
  color: #333;
}
.uk-button-text:hover::before {
  right: 0;
}
.uk-button-text:disabled {
  color: #999;
}
.uk-button-text:disabled::before {
  display: none;
}

/* Hover */
/* Disabled */
/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
}
.uk-button-link:hover, .uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}

/* Hover */
/* Disabled */
/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}
.uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}
.uk-button-group .uk-button:hover, .uk-button-group .uk-button:active, .uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}

/* Group
     ========================================================================== */
/*
     * Collapse border
     */
/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f8f8;
  /* 6 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
  color: transparent;
}
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
/* 2 */
/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Desktop and bigger */
/*
 * Remove margin from the last-child
 */
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.uk-section-primary {
  background: #1e87f0;
}

/*
 * Secondary
 */
.uk-section-secondary {
  background: #222;
}

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.uk-container > :last-child {
  margin-bottom: 0;
}
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/*
 * Remove margin from the last-child
 */
/*
 * Remove padding from nested containers
 */
/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-xlarge {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/*
 * Remove margin from the last-child
 */
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background-color: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
  background-color: #f8f8f8;
}

/*
 * Primary
 */
.uk-tile-primary {
  background-color: #1e87f0;
}

/*
 * Secondary
 */
.uk-tile-secondary {
  background-color: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}

.uk-card-header, .uk-card-footer {
  display: flow-root;
  padding: 15px 30px;
}

/* Desktop and bigger */
/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child, .uk-card-header > :last-child, .uk-card-footer > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase;
}
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/*
 * Remove margin from adjacent element
 */
/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-default .uk-card-title {
  color: #333;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}
.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
.uk-card-primary {
  background-color: #1e87f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-primary .uk-card-title {
  color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #1e87f0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */
.uk-card-secondary {
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-secondary .uk-card-title {
  color: #fff;
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body, .uk-card-small .uk-card-body {
  padding: 20px 20px;
}
.uk-card-small .uk-card-header, .uk-card-small .uk-card-footer {
  padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
/*
     * Default
     */
.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}
.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}
.uk-card-body > .uk-nav-default > li > a, .uk-card-body > .uk-nav-default .uk-nav-header, .uk-card-body > .uk-nav-default .uk-nav-divider {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}

/* Desktop and bigger */
/*
     * Small
     */
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}
.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}
.uk-card-small > .uk-nav-default > li > a, .uk-card-small > .uk-nav-default .uk-nav-header, .uk-card-small > .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}

/*
     * Large
     */
/* Desktop and bigger */
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}
.uk-close:hover {
  color: #666;
}

/* Hover */
/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
  animation: uk-spinner-rotate 1.4s linear infinite;
}
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@-webkit-keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
@-webkit-keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}
.uk-totop:hover {
  color: #666;
}
.uk-totop:active {
  color: #333;
}

/* Hover */
/* OnClick */
/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}
.uk-marker:hover {
  color: #fff;
}

/* Hover */
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}
.uk-alert-close:first-child + * {
  margin-top: 0;
}
.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8;
}

/*
 * Remove margin from adjacent element
 */
/*
 * Hover
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

/*
     * Content
     */
.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
  color: inherit;
}
.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.uk-badge:hover {
  text-decoration: none;
}

/*
 * Required for `a`
 */
/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px;
}
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/*
 * Remove margin from the last-child
 */
/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
  display: flow-root;
}
.uk-article > :last-child {
  margin-bottom: 0;
}
.uk-article + .uk-article {
  margin-top: 70px;
}

/*
 * Remove margin from the last-child
 */
/* Adjacent sibling
 ========================================================================== */
/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */
/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-article-meta a {
  color: #999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child, .uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Adjacent siblings */
/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
/* Tablet and bigger */
/* Adjacent siblings */
/* Style modifier
 ========================================================================== */
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #666;
}
.uk-search-input::-webkit-search-cancel-button, .uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-search-input::-moz-placeholder {
  opacity: 1;
}
.uk-search-input:focus {
  outline: none;
}
.uk-search-input:-ms-input-placeholder {
  color: #999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999;
}
.uk-search-input::-moz-placeholder, .uk-search-input::placeholder {
  color: #999;
}

/*
 * Removes placeholder transparency in Firefox.
 */
/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
/* Placeholder */
/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}
.uk-search .uk-search-icon:hover {
  color: #999;
}
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/*
 * Required for `a`.
 */
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
/*
 * Position modifier
 */
/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 240px;
}
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #1e87f0;
}
.uk-search-default .uk-search-icon {
  width: 40px;
}
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/*
 * Input
 */
/* Focus */
/*
 * Icon
 */
/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}
.uk-search-navbar .uk-search-icon {
  width: 40px;
}
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/*
 * Input
 */
/*
 * Icon
 */
/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}
.uk-search-large .uk-search-icon {
  width: 80px;
}
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/*
 * Input
 */
/*
 * Icon
 */
/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999;
}
.uk-search-toggle:hover {
  color: #666;
}

/* Hover */
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Item
 ========================================================================== */
/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/*
 * Remove margin from the last-child
 */
/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}
.uk-drop.uk-open {
  display: block;
}

/* Show */
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-drop-top] {
  margin-top: -20px;
}

[class*=uk-drop-bottom] {
  margin-top: 20px;
}

[class*=uk-drop-left] {
  margin-left: -20px;
}

[class*=uk-drop-right] {
  margin-left: 20px;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-dropdown.uk-open {
  display: block;
}

/* Show */
/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}
.uk-dropdown-nav > li > a {
  color: #999;
}
.uk-dropdown-nav > li > a:hover {
  color: #666;
}
.uk-dropdown-nav > li.uk-active > a {
  color: #666;
}
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-dropdown-nav .uk-nav-sub a:hover {
  color: #666;
}
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}

/*
 * Items
 */
/* Hover + Active */
/*
 * Header
 */
/*
 * Divider
 */
/*
 * Sublists
 */
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-dropdown-top] {
  margin-top: -10px;
}

[class*=uk-dropdown-bottom] {
  margin-top: 10px;
}

[class*=uk-dropdown-left] {
  margin-left: -10px;
}

[class*=uk-dropdown-right] {
  margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
.uk-modal.uk-open {
  opacity: 1;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/*
 * Open
 */
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* 2 */
/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 30px 30px;
}

.uk-modal-header {
  display: flow-root;
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
  display: flow-root;
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child, .uk-modal-header > :last-child, .uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

/*
 * Remove margin from adjacent element
 */
/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}
.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 */
/*
 * Hide not active items
 */
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}
.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
  /* 4 */
  touch-action: pan-y;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 * 4. Disable horizontal panning gestures in IE11 and Edge
 */
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*=uk-animation-], .uk-sticky.uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}
.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page {
  overflow-x: hidden;
}

.uk-offcanvas-container {
  overflow-x: hidden;
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

/* Tablet landscape and bigger */
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-switcher > :not(.uk-active) {
  display: none;
}
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
/*
 * Remove margin from the last-child
 */
/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Hide if media does not match
 */
/*
 * Pass fill character to JS
 */
.uk-leader-fill-content::before {
  content: ".";
}

:root {
  --uk-leader-fill-content:".";
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right, .uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

.uk-notification-top-center, .uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notification-bottom-left, .uk-notification-bottom-right, .uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0;
}

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.uk-tooltip.uk-active {
  display: block;
}

/* Show */
/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-tooltip-top] {
  margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
  margin-top: 10px;
}

[class*=uk-tooltip-left] {
  margin-left: -10px;
}

[class*=uk-tooltip-right] {
  margin-left: 10px;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}
.uk-sortable > :last-child {
  margin-bottom: 0;
}

/*
 * Remove margin from the last-child
 */
/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
}
.uk-grid > * {
  margin: 0;
  padding-left: 30px;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
/*
 * Remove margin from the last-child
 */
/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
/* Vertical */
* + .uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
/*
 * Small
 */
/* Horizontal */
.uk-grid-small, .uk-grid-column-small {
  margin-left: -15px;
}

.uk-grid-small > *, .uk-grid-column-small > * {
  padding-left: 15px;
}

/* Vertical */
.uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small {
  margin-top: 15px;
}

.uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium, .uk-grid-column-medium {
  margin-left: -30px;
}

.uk-grid-medium > *, .uk-grid-column-medium > * {
  padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium {
  margin-top: 30px;
}

.uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin, * + .uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large, .uk-grid-column-large {
  margin-left: -40px;
}

.uk-grid-large > *, .uk-grid-column-large > * {
  padding-left: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large {
  margin-top: 40px;
}

.uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse, .uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *, .uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse {
  margin-top: 0;
}

.uk-grid-collapse > .uk-grid-margin, .uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider {
  margin-left: -60px;
}
.uk-grid-divider > * {
  position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}
.uk-grid-divider > * {
  padding-left: 60px;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-small, .uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}
.uk-grid-divider.uk-grid-small > *, .uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px;
}
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-medium, .uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px;
}
.uk-grid-divider.uk-grid-medium > *, .uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px;
}
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px;
}
.uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}
.uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px;
}
.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}
.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}

/* Vertical */
/*
 * Default
 */
/* Horizontal */
/* Vertical */
/* Desktop and bigger */
/*
 * Small
 */
/* Horizontal */
/* Vertical */
/*
 * Medium
 */
/* Horizontal */
/* Vertical */
/*
 * Large
 */
/* Horizontal */
/* Vertical */
/* Desktop and bigger */
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *, .uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]), .uk-grid-item-match > :not([class*=uk-width]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  /* 3*/
  text-decoration: none;
}
.uk-nav li > a > * {
  flex: none;
}
.uk-nav > li > a {
  padding: 5px 0;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
* 4. Space is allocated solely based on content dimensions: 0 0 auto
 */
/* 4 */
/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px;
}
.uk-nav-sub a {
  padding: 2px 0;
}

/*
 * Items
 */
/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

/* Divider
 ========================================================================== */
.uk-nav > .uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem;
}
.uk-nav-default > li > a {
  color: #999;
}
.uk-nav-default > li > a:hover {
  color: #666;
}
.uk-nav-default > li.uk-active > a {
  color: #333;
}
.uk-nav-default .uk-nav-header {
  color: #333;
}
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-nav-default .uk-nav-sub a {
  color: #999;
}
.uk-nav-default .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/*
 * Items
 */
/* Hover */
/* Active */
/*
 * Header
 */
/*
 * Divider
 */
/*
 * Sublists
 */
/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999;
}
.uk-nav-primary > li > a:hover {
  color: #666;
}
.uk-nav-primary > li.uk-active > a {
  color: #333;
}
.uk-nav-primary .uk-nav-header {
  color: #333;
}
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-nav-primary .uk-nav-sub a {
  color: #999;
}
.uk-nav-primary .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Hover */
/* Active */
/*
 * Header
 */
/*
 * Divider
 */
/*
 * Sublists
 */
/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center;
}
.uk-nav-center li > a {
  justify-content: center;
}
.uk-nav-center .uk-nav-sub {
  padding-left: 0;
}
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  margin-left: 0;
}

/* 2 */
/* Sublists */
/* Parent icon modifier  */
/* Style modifier
 ========================================================================== */
.uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header):not(.uk-nav-divider) {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}
.uk-navbar-container > ::before, .uk-navbar-container > ::after {
  display: none !important;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center, .uk-navbar-center-left > *, .uk-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto;
}

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}
.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */
.uk-navbar-center-left, .uk-navbar-center-right {
  position: absolute;
  top: 0;
}

.uk-navbar-center-left {
  right: 100%;
}

.uk-navbar-center-right {
  left: 100%;
}

[class*=uk-navbar-center-] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 4 */
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-navbar-nav > li:hover > a {
  color: #666;
}
.uk-navbar-nav > li > a[aria-expanded=true] {
  color: #666;
}
.uk-navbar-nav > li > a:active {
  color: #333;
}
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
/* OnClick */
/* Active */
/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #666;
}
.uk-navbar-item > :last-child {
  margin-bottom: 0;
}

/*
 * Remove margin from the last-child
 */
/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #999;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded=true] {
  color: #666;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-navbar-dropdown.uk-open {
  display: block;
}

/* Show */
/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*=uk-navbar-dropdown-top] {
  margin-top: -15px;
}

[class*=uk-navbar-dropdown-bottom] {
  margin-top: 15px;
}

[class*=uk-navbar-dropdown-left] {
  margin-left: -15px;
}

[class*=uk-navbar-dropdown-right] {
  margin-left: 15px;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
  margin-left: -50px;
}
.uk-navbar-dropdown-grid > * {
  padding-left: 50px;
}
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px;
}

/* Gutter Vertical */
/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important;
}

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}
.uk-navbar-dropdown-nav > li > a:hover {
  color: #666;
}
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #666;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

/*
 * Items
 */
/* Hover */
/* Active */
/*
 * Header
 */
/*
 * Divider
 */
/*
 * Sublists
 */
/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
  background: #fff;
}

/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

/*
     * Navbar
     */
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}
.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px;
}

/*
     * Grid Divider
     */
.uk-navbar-dropdown-grid > * {
  position: relative;
}
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/* Vertical */
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  padding: 0;
  list-style: none;
}
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
}
.uk-subnav > .uk-active > a {
  color: #333;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
/* Hover */
/* Active */
/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
  margin-left: -41px;
}
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent;
}
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}

/*
 * Align items and divider vertically
 */
/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
/* 1 */
/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
.uk-subnav-pill > * > a:hover, .uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}

/* Hover */
/* OnClick */
/* Active */
/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}
.uk-breadcrumb > * {
  display: contents;
}
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}
.uk-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}
.uk-breadcrumb > :last-child > span, .uk-breadcrumb > :last-child > a:not([href]) {
  color: #666;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 16px;
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
/* Items
 ========================================================================== */
/* Hover */
/* Disabled */
/* Active */
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: 0;
  /* 3 */
  padding: 0;
  list-style: none;
}
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative;
}
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  transition: color 0.1s ease-in-out;
}
.uk-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}
.uk-pagination > .uk-active > * {
  color: #666;
}
.uk-pagination > .uk-disabled > * {
  color: #999;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
/* Hover */
/* Active */
/* Disabled */
/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}
.uk-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
}
.uk-tab > .uk-disabled > a {
  color: #999;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
/* Hover */
/* Active */
/* Disabled */
/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}
.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left, .uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */
.uk-tab-left > *, .uk-tab-right > * {
  padding-left: 0;
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-left > * > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.uk-tab-right > * > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.uk-tab .uk-dropdown {
  margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}
.uk-slidenav:hover {
  color: rgba(102, 102, 102, 0.9);
}
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

/* Hover */
/* OnClick */
/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
.uk-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
/* Hover */
/* OnClick */
/* Active */
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* 2 */
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}
.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.1s ease-in-out;
}
.uk-thumbnav > * > :hover::after {
  background-color: transparent;
}
.uk-thumbnav > .uk-active > *::after {
  background-color: transparent;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
/* Items
 ========================================================================== */
/*
 * Items
 */
/* Hover */
/* Active */
/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* 2 */
/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}
.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #999;
  /* 5 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-iconnav > * > a:hover {
  color: #666;
}
.uk-iconnav > .uk-active > a {
  color: #666;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
/* Hover */
/* Active */
/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

/* 2 */
/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}
.uk-lightbox :focus, .uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
/*
 * Focus
 */
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}
.uk-lightbox-items > .uk-active {
  display: flex;
}

/* 5 */
/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/*
 * Hover
 */
/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-lightbox-button:hover {
  color: #fff;
}

/* Hover */
/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none;
}

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  -webkit-animation: 0.5s ease-out both;
  animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade, uk-scale-up;
  animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade, uk-scale-down;
  animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade, uk-slide-top;
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade, uk-slide-bottom;
  animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade, uk-slide-left;
  animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade, uk-slide-right;
  animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade, uk-slide-top-small;
  animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade, uk-slide-bottom-small;
  animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade, uk-slide-left-small;
  animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade, uk-slide-right-small;
  animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade, uk-slide-top-medium;
  animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade, uk-slide-bottom-medium;
  animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade, uk-slide-left-medium;
  animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade, uk-slide-right-medium;
  animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-kenburns;
  animation-name: uk-kenburns;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

/*

 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
  animation-name: uk-stroke;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale
 */
@-webkit-keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
 * Slide
 */
@-webkit-keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Small
 */
@-webkit-keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Medium
 */
@-webkit-keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Kenburns
 */
@-webkit-keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Stroke
 */
@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: 33.3222259247%;
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: 16.6638893518%;
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: 33.3222259247%;
}

.uk-width-2-3 {
  width: 66.6444518494%;
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: 16.6638893518%;
}

.uk-width-5-6 {
  width: 83.3194467589%;
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}

.uk-height-medium {
  height: 300px;
}

.uk-height-large {
  height: 450px;
}

.uk-height-max-small {
  max-height: 150px;
}

.uk-height-max-medium {
  max-height: 300px;
}

.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-text-meta a {
  color: #999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #1e87f0 !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
    color: transparent !important;
  }
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
  background-color: white;
}

/*セミナーページ背景色*/
.make-alice-blue {
  text-align: center !important;
  background-color: aliceblue;
}

.new-uk-text-center {
  text-align: center !important;
}

.padding-top-moji {
  padding-top: 10px;
}

.blue-color-add {
  background-color: #3399FF;
}

.light-blue {
  background-color: aliceblue;
}

.dark-gray {
  background-color: #035484;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate, td.uk-text-truncate {
  max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

/* 3 */
th.uk-text-break, td.uk-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}
[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}

/* Desktop and bigger */
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  -moz-column-gap: 60px;
  column-gap: 60px;
}

/* Desktop and bigger */
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.uk-column-1-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.uk-column-1-4 {
  -moz-column-count: 4;
  column-count: 4;
}

.uk-column-1-5 {
  -moz-column-count: 5;
  column-count: 5;
}

.uk-column-1-6 {
  -moz-column-count: 6;
  column-count: 6;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  -moz-column-span: all;
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover, [uk-cover] {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x:-50%;
  --uk-position-translate-y:-50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe.uk-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f8f8f8;
}

.uk-background-primary {
  background-color: #1e87f0;
}

.uk-background-secondary {
  background-color: #222;
}

/* Size
 ========================================================================== */
.uk-background-cover, .uk-background-contain, .uk-background-width-1-1, .uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

.uk-background-width-1-1 {
  background-size: 100%;
}

.uk-background-height-1-1 {
  background-size: auto 100%;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
/* Phone landscape and smaller */
/* Tablet landscape and smaller */
/* Desktop and smaller */
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=uk-align] {
  margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg {
  fill: currentcolor;
  transform: translate(0, 0);
}
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Remove margin from the last-child
 */
/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 2 */
/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*=uk-float-] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width {
  max-width: none;
}
.uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width, .uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*=uk-box-shadow-hover] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  /* 1 */
  text-decoration: none;
}
.uk-logo:hover {
  color: #333;
  /* 1 */
  text-decoration: none;
}
.uk-logo > :where(img, svg, video) {
  display: block;
}

/* Hover */
.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag {
  cursor: move;
}
.uk-drag * {
  cursor: move;
}
.uk-drag iframe {
  pointer-events: none;
}

/* 2 */
/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before, .uk-flex::after {
  display: none;
}

.uk-flex-inline::before, .uk-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin, .uk-margin-top {
  margin-top: 20px !important;
}

.uk-margin-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-left {
  margin-left: 20px !important;
}

.uk-margin-right {
  margin-right: 20px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small, .uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium, .uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large, .uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge, .uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

/*.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}*/
.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *, .uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px;
}

/* Desktop and bigger */
/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
  --uk-position-margin-offset:0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*=uk-position-top], [class*=uk-position-bottom], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-center] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - var(--uk-position-margin-offset) * 2);
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/*
 * Corners
 */
.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x:-50%;
  --uk-position-translate-y:-50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Vertical */
[class*=uk-position-center-left], [class*=uk-position-center-right] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y:-50%;
  transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center, .uk-position-bottom-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x:-50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset:15px;
}

.uk-position-medium, .uk-position-large {
  margin: 30px;
  --uk-position-margin-offset:30px;
}

/* Desktop and bigger */
/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1;
}

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade), :where([class*=uk-transition-scale]), :where([class*=uk-transition-slide]) {
  --uk-position-translate-x:0;
  --uk-position-translate-y:0;
}

.uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
  --uk-translate-x:0;
  --uk-translate-y:0;
  --uk-scale-x:1;
  --uk-scale-y:1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-toggle .uk-transition-fade:focus-within {
  opacity: 1;
}

.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
  --uk-scale-x:1;
  --uk-scale-y:1;
}

.uk-transition-scale-down {
  --uk-scale-x:1.03;
  --uk-scale-y:1.03;
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle .uk-transition-scale-up:focus-within {
  --uk-scale-x:1.03;
  --uk-scale-y:1.03;
  opacity: 1;
}

.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x:1.03;
  --uk-scale-y:1.03;
  opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-toggle .uk-transition-scale-down:focus-within {
  --uk-scale-x:1;
  --uk-scale-y:1;
  opacity: 1;
}

.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x:1;
  --uk-scale-y:1;
  opacity: 1;
}

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y:-100%;
}

.uk-transition-slide-bottom {
  --uk-translate-y:100%;
}

.uk-transition-slide-left {
  --uk-translate-x:-100%;
}

.uk-transition-slide-right {
  --uk-translate-x:100%;
}

.uk-transition-slide-top-small {
  --uk-translate-y:calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
  --uk-translate-y:10px;
}

.uk-transition-slide-left-small {
  --uk-translate-x:calc(-1 * 10px);
}

.uk-transition-slide-right-small {
  --uk-translate-x:10px;
}

.uk-transition-slide-top-medium {
  --uk-translate-y:calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y:50px;
}

.uk-transition-slide-left-medium {
  --uk-translate-x:calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
  --uk-translate-x:50px;
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide], .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-transition-toggle [class*=uk-transition-slide]:focus-within {
  --uk-translate-x:0;
  --uk-translate-y:0;
  opacity: 1;
}

.uk-transition-active.uk-active [class*=uk-transition-slide] {
  --uk-translate-x:0;
  --uk-translate-y:0;
  opacity: 1;
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden], .uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Large screen and bigger */
/*
 * Visible
 */
/* Phone portrait and smaller */
/* Phone landscape and smaller */
/* Tablet landscape and smaller */
/* Desktop and smaller */
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Discard space when hidden.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

/*
 * Keep space when hidden.
 */
/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
/* Hide if primary pointing device supports hover, e.g. mice. */
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body, .uk-card-primary > :not([class*=uk-card-media]) {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]) {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a {
  color: #fff;
}

.uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*=uk-card-media]) a {
  color: #fff;
}

.uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*=uk-card-media]) a {
  color: #fff;
}

.uk-overlay-primary a, .uk-offcanvas-bar a, .uk-light .uk-link, .uk-section-primary:not(.uk-preserve-color) .uk-link, .uk-section-secondary:not(.uk-preserve-color) .uk-link, .uk-tile-primary:not(.uk-preserve-color) .uk-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-link {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-link {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link {
  color: #fff;
}

.uk-overlay-primary .uk-link, .uk-offcanvas-bar .uk-link, .uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover {
  color: #fff;
}

.uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*=uk-card-media]) a:hover {
  color: #fff;
}

.uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*=uk-card-media]) a:hover {
  color: #fff;
}

.uk-overlay-primary a:hover, .uk-offcanvas-bar a:hover, .uk-light .uk-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover {
  color: #fff;
}

.uk-overlay-primary .uk-link:hover, .uk-offcanvas-bar .uk-link:hover, .uk-light .uk-link-toggle:hover .uk-link, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link {
  color: #fff;
}

.uk-overlay-primary .uk-link-toggle:hover .uk-link, .uk-offcanvas-bar .uk-link-toggle:hover .uk-link {
  color: #fff;
}

.uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-overlay-primary :not(pre) > code, .uk-offcanvas-bar :not(pre) > code, .uk-light :not(pre) > kbd, .uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-card-primary.uk-card-body :not(pre) > kbd, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-card-secondary.uk-card-body :not(pre) > kbd, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-overlay-primary :not(pre) > kbd, .uk-offcanvas-bar :not(pre) > kbd, .uk-light :not(pre) > samp, .uk-section-primary:not(.uk-preserve-color) :not(pre) > samp, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-card-primary.uk-card-body :not(pre) > samp, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-card-secondary.uk-card-body :not(pre) > samp, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-overlay-primary :not(pre) > samp, .uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em {
  color: #fff;
}

.uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*=uk-card-media]) em {
  color: #fff;
}

.uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*=uk-card-media]) em {
  color: #fff;
}

.uk-overlay-primary em, .uk-offcanvas-bar em, .uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1 {
  color: #fff;
}

.uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*=uk-card-media]) h1 {
  color: #fff;
}

.uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*=uk-card-media]) h1 {
  color: #fff;
}

.uk-overlay-primary h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1 {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*=uk-card-media]) .uk-h1 {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1 {
  color: #fff;
}

.uk-overlay-primary .uk-h1, .uk-offcanvas-bar .uk-h1, .uk-light h2, .uk-section-primary:not(.uk-preserve-color) h2, .uk-section-secondary:not(.uk-preserve-color) h2, .uk-tile-primary:not(.uk-preserve-color) h2, .uk-tile-secondary:not(.uk-preserve-color) h2 {
  color: #fff;
}

.uk-card-primary.uk-card-body h2, .uk-card-primary > :not([class*=uk-card-media]) h2 {
  color: #fff;
}

.uk-card-secondary.uk-card-body h2, .uk-card-secondary > :not([class*=uk-card-media]) h2 {
  color: #fff;
}

.uk-overlay-primary h2, .uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2 {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*=uk-card-media]) .uk-h2 {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2 {
  color: #fff;
}

.uk-overlay-primary .uk-h2, .uk-offcanvas-bar .uk-h2, .uk-light h3, .uk-section-primary:not(.uk-preserve-color) h3, .uk-section-secondary:not(.uk-preserve-color) h3, .uk-tile-primary:not(.uk-preserve-color) h3, .uk-tile-secondary:not(.uk-preserve-color) h3 {
  color: #fff;
}

.uk-card-primary.uk-card-body h3, .uk-card-primary > :not([class*=uk-card-media]) h3 {
  color: #fff;
}

.uk-card-secondary.uk-card-body h3, .uk-card-secondary > :not([class*=uk-card-media]) h3 {
  color: #fff;
}

.uk-overlay-primary h3, .uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3 {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*=uk-card-media]) .uk-h3 {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3 {
  color: #fff;
}

.uk-overlay-primary .uk-h3, .uk-offcanvas-bar .uk-h3, .uk-light h4, .uk-section-primary:not(.uk-preserve-color) h4, .uk-section-secondary:not(.uk-preserve-color) h4, .uk-tile-primary:not(.uk-preserve-color) h4, .uk-tile-secondary:not(.uk-preserve-color) h4 {
  color: #fff;
}

.uk-card-primary.uk-card-body h4, .uk-card-primary > :not([class*=uk-card-media]) h4 {
  color: #fff;
}

.uk-card-secondary.uk-card-body h4, .uk-card-secondary > :not([class*=uk-card-media]) h4 {
  color: #fff;
}

.uk-overlay-primary h4, .uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4 {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*=uk-card-media]) .uk-h4 {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4 {
  color: #fff;
}

.uk-overlay-primary .uk-h4, .uk-offcanvas-bar .uk-h4, .uk-light h5, .uk-section-primary:not(.uk-preserve-color) h5, .uk-section-secondary:not(.uk-preserve-color) h5, .uk-tile-primary:not(.uk-preserve-color) h5, .uk-tile-secondary:not(.uk-preserve-color) h5 {
  color: #fff;
}

.uk-card-primary.uk-card-body h5, .uk-card-primary > :not([class*=uk-card-media]) h5 {
  color: #fff;
}

.uk-card-secondary.uk-card-body h5, .uk-card-secondary > :not([class*=uk-card-media]) h5 {
  color: #fff;
}

.uk-overlay-primary h5, .uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5 {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*=uk-card-media]) .uk-h5 {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5 {
  color: #fff;
}

.uk-overlay-primary .uk-h5, .uk-offcanvas-bar .uk-h5, .uk-light h6, .uk-section-primary:not(.uk-preserve-color) h6, .uk-section-secondary:not(.uk-preserve-color) h6, .uk-tile-primary:not(.uk-preserve-color) h6, .uk-tile-secondary:not(.uk-preserve-color) h6 {
  color: #fff;
}

.uk-card-primary.uk-card-body h6, .uk-card-primary > :not([class*=uk-card-media]) h6 {
  color: #fff;
}

.uk-card-secondary.uk-card-body h6, .uk-card-secondary > :not([class*=uk-card-media]) h6 {
  color: #fff;
}

.uk-overlay-primary h6, .uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6 {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-h6 {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6 {
  color: #fff;
}

.uk-overlay-primary .uk-h6, .uk-offcanvas-bar .uk-h6, .uk-light .uk-heading-small, .uk-section-primary:not(.uk-preserve-color) .uk-heading-small, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-small, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-small, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-heading-small, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-heading-small, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small {
  color: #fff;
}

.uk-overlay-primary .uk-heading-small, .uk-offcanvas-bar .uk-heading-small, .uk-light .uk-heading-medium, .uk-section-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-heading-medium, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-heading-medium, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium {
  color: #fff;
}

.uk-overlay-primary .uk-heading-medium, .uk-offcanvas-bar .uk-heading-medium, .uk-light .uk-heading-large, .uk-section-primary:not(.uk-preserve-color) .uk-heading-large, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-large, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-large, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-heading-large, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-heading-large, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large {
  color: #fff;
}

.uk-overlay-primary .uk-heading-large, .uk-offcanvas-bar .uk-heading-large, .uk-light .uk-heading-xlarge, .uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-heading-xlarge, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-heading-xlarge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge {
  color: #fff;
}

.uk-overlay-primary .uk-heading-xlarge, .uk-offcanvas-bar .uk-heading-xlarge, .uk-light .uk-heading-2xlarge, .uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-heading-2xlarge, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-heading-2xlarge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge {
  color: #fff;
}

.uk-overlay-primary .uk-heading-2xlarge, .uk-offcanvas-bar .uk-heading-2xlarge, .uk-light blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote {
  color: #fff;
}

.uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*=uk-card-media]) blockquote {
  color: #fff;
}

.uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*=uk-card-media]) blockquote {
  color: #fff;
}

.uk-overlay-primary blockquote, .uk-offcanvas-bar blockquote {
  color: #fff;
}

.uk-light blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-tile-primary:not(.uk-preserve-color) blockquote footer, .uk-tile-secondary:not(.uk-preserve-color) blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body blockquote footer, .uk-card-primary > :not([class*=uk-card-media]) blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*=uk-card-media]) blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary blockquote footer, .uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*=uk-card-media]) hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*=uk-card-media]) hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*=uk-card-media]) .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-hr, .uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light :focus, .uk-section-primary:not(.uk-preserve-color) :focus, .uk-section-secondary:not(.uk-preserve-color) :focus, .uk-tile-primary:not(.uk-preserve-color) :focus, .uk-tile-secondary:not(.uk-preserve-color) :focus {
  outline-color: #fff;
}

.uk-card-primary.uk-card-body :focus, .uk-card-primary > :not([class*=uk-card-media]) :focus {
  outline-color: #fff;
}

.uk-card-secondary.uk-card-body :focus, .uk-card-secondary > :not([class*=uk-card-media]) :focus {
  outline-color: #fff;
}

.uk-overlay-primary :focus, .uk-offcanvas-bar :focus, .uk-light :focus-visible, .uk-section-primary:not(.uk-preserve-color) :focus-visible, .uk-section-secondary:not(.uk-preserve-color) :focus-visible, .uk-tile-primary:not(.uk-preserve-color) :focus-visible, .uk-tile-secondary:not(.uk-preserve-color) :focus-visible {
  outline-color: #fff;
}

.uk-card-primary.uk-card-body :focus-visible, .uk-card-primary > :not([class*=uk-card-media]) :focus-visible {
  outline-color: #fff;
}

.uk-card-secondary.uk-card-body :focus-visible, .uk-card-secondary > :not([class*=uk-card-media]) :focus-visible {
  outline-color: #fff;
}

.uk-overlay-primary :focus-visible, .uk-offcanvas-bar :focus-visible {
  outline-color: #fff;
}

.uk-light a.uk-link-muted, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body a.uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body a.uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary a.uk-link-muted, .uk-offcanvas-bar a.uk-link-muted, .uk-light .uk-link-muted a, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-link-muted a, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-link-muted a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-link-muted a, .uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body a.uk-link-muted:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary a.uk-link-muted:hover, .uk-offcanvas-bar a.uk-link-muted:hover, .uk-light .uk-link-muted a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-link-muted a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-link-muted a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-link-muted a:hover, .uk-offcanvas-bar .uk-link-muted a:hover, .uk-light .uk-link-toggle:hover .uk-link-muted, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted, .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a.uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body a.uk-link-text:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary a.uk-link-text:hover, .uk-offcanvas-bar a.uk-link-text:hover, .uk-light .uk-link-text a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-link-text a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-link-text a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-link-text a:hover, .uk-offcanvas-bar .uk-link-text a:hover, .uk-light .uk-link-toggle:hover .uk-link-text, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-link-toggle:hover .uk-link-text, .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover {
  color: #fff;
}

.uk-card-primary.uk-card-body a.uk-link-heading:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover {
  color: #fff;
}

.uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover {
  color: #fff;
}

.uk-overlay-primary a.uk-link-heading:hover, .uk-offcanvas-bar a.uk-link-heading:hover, .uk-light .uk-link-heading a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-link-heading a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-link-heading a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover {
  color: #fff;
}

.uk-overlay-primary .uk-link-heading a:hover, .uk-offcanvas-bar .uk-link-heading a:hover, .uk-light .uk-link-toggle:hover .uk-link-heading, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading {
  color: #fff;
}

.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading, .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading {
  color: #fff;
}

.uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before, .uk-light .uk-heading-line > ::after, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-heading-line > ::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-heading-line > ::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-heading-line > ::after, .uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-overlay-primary .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before, .uk-light .uk-divider-icon::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-divider-icon::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-divider-icon::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-divider-icon::after, .uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-muted > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-card-primary.uk-card-body .uk-list-muted > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-overlay-primary .uk-list-muted > ::before, .uk-offcanvas-bar .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-list-emphasis > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-list-emphasis > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before {
  color: #fff !important;
}

.uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before {
  color: #fff !important;
}

.uk-overlay-primary .uk-list-emphasis > ::before, .uk-offcanvas-bar .uk-list-emphasis > ::before, .uk-light .uk-list-primary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-list-primary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-primary > ::before {
  color: #fff !important;
}

.uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before {
  color: #fff !important;
}

.uk-overlay-primary .uk-list-primary > ::before, .uk-offcanvas-bar .uk-list-primary > ::before, .uk-light .uk-list-secondary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-list-secondary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-secondary > ::before {
  color: #fff !important;
}

.uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before {
  color: #fff !important;
}

.uk-overlay-primary .uk-list-secondary > ::before, .uk-offcanvas-bar .uk-list-secondary > ::before {
  color: #fff !important;
}

.uk-light .uk-list-bullet > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-list-bullet > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-overlay-primary .uk-list-bullet > ::before, .uk-offcanvas-bar .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-list-divider > :nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-list-divider > :nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > *:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-list-striped > *:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-overlay-primary .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover, .uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active, .uk-light .uk-active > .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-active > .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-active > .uk-icon-link, .uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active {
  background-color: fadein(rgba(255, 255, 255, 0.1), 10%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active {
  background-color: fadein(rgba(255, 255, 255, 0.1), 10%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active {
  background-color: fadein(rgba(255, 255, 255, 0.1), 10%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
  background-color: fadein(rgba(255, 255, 255, 0.1), 10%);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-input {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-input, .uk-offcanvas-bar .uk-input, .uk-light .uk-select, .uk-section-primary:not(.uk-preserve-color) .uk-select, .uk-section-secondary:not(.uk-preserve-color) .uk-select, .uk-tile-primary:not(.uk-preserve-color) .uk-select, .uk-tile-secondary:not(.uk-preserve-color) .uk-select {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-select, .uk-card-primary > :not([class*=uk-card-media]) .uk-select {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-select, .uk-card-secondary > :not([class*=uk-card-media]) .uk-select {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-select, .uk-offcanvas-bar .uk-select, .uk-light .uk-textarea, .uk-section-primary:not(.uk-preserve-color) .uk-textarea, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-textarea, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-textarea, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-textarea, .uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-input:focus, .uk-offcanvas-bar .uk-input:focus, .uk-light .uk-select:focus, .uk-section-primary:not(.uk-preserve-color) .uk-select:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-select:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-select:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-select:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-select:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-select:focus, .uk-offcanvas-bar .uk-select:focus, .uk-light .uk-textarea:focus, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-textarea:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-textarea:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-textarea:focus, .uk-offcanvas-bar .uk-textarea:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-input::-moz-placeholder, .uk-offcanvas-bar .uk-input::-moz-placeholder, .uk-light .uk-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-input:-ms-input-placeholder, .uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-input::-moz-placeholder, .uk-offcanvas-bar .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder, .uk-light .uk-textarea::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-textarea::-moz-placeholder, .uk-offcanvas-bar .uk-textarea::-moz-placeholder, .uk-light .uk-textarea:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-textarea:-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea:-ms-input-placeholder, .uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-textarea::-moz-placeholder, .uk-offcanvas-bar .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-textarea:-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-overlay-primary .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover, .uk-light .uk-input[list]:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-input[list]:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-secondary.uk-card-body .uk-input[list]:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-overlay-primary .uk-input[list]:focus, .uk-offcanvas-bar .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-radio, .uk-offcanvas-bar .uk-radio, .uk-light .uk-checkbox, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-checkbox, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-checkbox, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-checkbox, .uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus, .uk-light .uk-checkbox:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-checkbox:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-checkbox:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-checkbox:focus, .uk-offcanvas-bar .uk-checkbox:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked, .uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus {
  background-color: fadein(#fff, 10%);
}

.uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus {
  background-color: fadein(#fff, 10%);
}

.uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus {
  background-color: fadein(#fff, 10%);
}

.uk-overlay-primary .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus, .uk-light .uk-checkbox:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus {
  background-color: fadein(#fff, 10%);
}

.uk-card-primary.uk-card-body .uk-checkbox:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus {
  background-color: fadein(#fff, 10%);
}

.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus {
  background-color: fadein(#fff, 10%);
}

.uk-overlay-primary .uk-checkbox:checked:focus, .uk-offcanvas-bar .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus {
  background-color: fadein(#fff, 10%);
}

.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus {
  background-color: fadein(#fff, 10%);
}

.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus {
  background-color: fadein(#fff, 10%);
}

.uk-overlay-primary .uk-checkbox:indeterminate:focus, .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: fadein(#fff, 10%);
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-overlay-primary .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-overlay-primary .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-label {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label {
  color: #fff;
}

.uk-overlay-primary .uk-form-label, .uk-offcanvas-bar .uk-form-label {
  color: #fff;
}

.uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-overlay-primary .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover, .uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-overlay-primary .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active, .uk-light .uk-button-default.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-default.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-card-secondary.uk-card-body .uk-button-default.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-overlay-primary .uk-button-default.uk-active, .uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
  background-color: #fff;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary {
  background-color: #fff;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary {
  background-color: #fff;
  color: #666;
}

.uk-overlay-primary .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-overlay-primary .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-overlay-primary .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active, .uk-light .uk-button-primary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-primary.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-primary.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-overlay-primary .uk-button-primary.uk-active, .uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary {
  background-color: #fff;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary {
  background-color: #fff;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary {
  background-color: #fff;
  color: #666;
}

.uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-overlay-primary .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-overlay-primary .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active, .uk-light .uk-button-secondary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-button-secondary.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-overlay-primary .uk-button-secondary.uk-active, .uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text {
  color: #fff;
}

.uk-overlay-primary .uk-button-text, .uk-offcanvas-bar .uk-button-text {
  color: #fff;
}

.uk-light .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before {
  border-bottom-color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-text::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before {
  border-bottom-color: #fff;
}

.uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before {
  border-bottom-color: #fff;
}

.uk-overlay-primary .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff;
}

.uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover {
  color: #fff;
}

.uk-overlay-primary .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover {
  color: #fff;
}

.uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link {
  color: #fff;
}

.uk-overlay-primary .uk-button-link, .uk-offcanvas-bar .uk-button-link {
  color: #fff;
}

.uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*=uk-card-media]) .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-close, .uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-close:hover, .uk-offcanvas-bar .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-totop, .uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active {
  color: #fff;
}

.uk-overlay-primary .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}

.uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge {
  background-color: #fff;
  color: #666 !important;
}

.uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge {
  background-color: #fff;
  color: #666 !important;
}

.uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge {
  background-color: #fff;
  color: #666 !important;
}

.uk-overlay-primary .uk-badge, .uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #666 !important;
}

.uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label {
  background-color: #fff;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-label {
  background-color: #fff;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-label {
  background-color: #fff;
  color: #666;
}

.uk-overlay-primary .uk-label, .uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-search-input, .uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-overlay-primary .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-search-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-search-input::-moz-placeholder, .uk-offcanvas-bar .uk-search-input::-moz-placeholder, .uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-search-input::-moz-placeholder, .uk-offcanvas-bar .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder, .uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon, .uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus {
  background-color: fadein(transparent, 5%);
}

.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus {
  background-color: fadein(transparent, 5%);
}

.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus {
  background-color: fadein(transparent, 5%);
}

.uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: fadein(transparent, 5%);
}

.uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input, .uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-overlay-primary .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a {
  color: #fff;
}

.uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a, .uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header {
  color: #fff;
}

.uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a {
  color: #fff;
}

.uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a, .uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header {
  color: #fff;
}

.uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +, .uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +, .uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +, .uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +, .uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a[aria-expanded=true], .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true], .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true], .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true], .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true], .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true], .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded=true], .uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active {
  color: #fff;
}

.uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active, .uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover, .uk-light .uk-navbar-toggle[aria-expanded=true], .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true], .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true], .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true], .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded=true], .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded=true], .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-navbar-toggle[aria-expanded=true], .uk-offcanvas-bar .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-overlay-primary .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}

.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}

.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}

.uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a, .uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-primary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-tab::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}

.uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}

.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}

.uk-overlay-primary .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}

.uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}

.uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}

.uk-overlay-primary .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-overlay-primary .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.uk-overlay-primary .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-light .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-overlay-primary .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-overlay-primary .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a, .uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-overlay-primary .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-overlay-primary .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-overlay-primary .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis {
  color: #fff !important;
}

.uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis {
  color: #fff !important;
}

.uk-overlay-primary .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis, .uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary {
  color: #fff !important;
}

.uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary {
  color: #fff !important;
}

.uk-overlay-primary .uk-text-primary, .uk-offcanvas-bar .uk-text-primary, .uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary {
  color: #fff !important;
}

.uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary {
  color: #fff !important;
}

.uk-overlay-primary .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important;
}

.uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, 0.2);
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, 0.2);
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, 0.2);
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-overlay-primary .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, 0.2);
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo {
  color: #fff;
}

.uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo, .uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover {
  color: #fff;
}

.uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover {
  color: #fff;
}

.uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover {
  color: #fff;
}

.uk-overlay-primary .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover {
  color: #fff;
}

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse {
  display: block;
}

.uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse {
  display: block;
}

.uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse {
  display: block;
}

.uk-overlay-primary .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
  display: block;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
/*---------------------------------------*/
/* ここまでフレームワークのstyle */
/* ↓ここから先pageのstyle↓ */
/*---------------------------------------*/
/*---------------------------------------*/
/* component */
/*---------------------------------------*/
/*---------------------------------------*/
/* common */
/*---------------------------------------*/
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@-webkit-keyframes image-animation1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes image-animation2-1-1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation2-1-1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes image-animation2-1-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation2-1-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes image-animation2-2-1 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation2-2-1 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes image-animation2-2-2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation2-2-2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes image-animation2-3-1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation2-3-1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes image-animation2-3-2 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation2-3-2 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes image-animation3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}
@keyframes image-animation3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Noto Sans JP", sans-serif;
}
.dashboard img{
  width: 50%;
  margin: 0 auto;
}
.order-robo-moji p {
  font-family: "Noto Sans JP", sans-serif;
  color: black;
}

body .component-header.white h2 {
  color: #fff;
}
body .component-header h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(24px, 7.5vw, 27px);
}
body .common-text {
  color: #fff;
  text-align: center;
}
body .common-text.black {
  color: #333;
}
body .sub-header {
  text-align: center;
}
body .sub-header h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
body .btn a {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 47px;
  display: flex;
  background: #FF4300;
  border-radius: 38px;
  color: #fff;
  justify-content: center;
  font-size: 18px;
  max-width: 480px;
  box-sizing: border-box;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 17px;
  margin-top: 20px;
  position: relative;
  transition: 0.2s ease;
  opacity: 1;
}
body .btn a:hover {
  opacity: 0.6;
  text-decoration: none;
}
body .kv-container {
  background: #74B1D6;
}

.global-header {
  z-index: 1003;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.global-header .topheader {
  background: #EAEAEA;
}
.global-header .topheader span {
  font-size: 14px;
}
.global-header nav {
  background: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
}
.global-header nav .sp-navbtn {
  position: relative;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  border: none;
  background: transparent;
  z-index: 10000;
  transition: all 0.4s;
}
.global-header nav .sp-navbtn.active {
  transform: rotate(360deg);
}
.global-header nav .sp-navbtn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.global-header nav .sp-navbtn.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
.global-header nav .sp-navbtn.active span:nth-of-type(3) {
  opacity: 0;
}
.global-header nav .sp-navbtn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  background: #1398E3;
}
.global-header nav .sp-navbtn span:nth-of-type(1) {
  top: 0;
}
.global-header nav .sp-navbtn span:nth-of-type(2) {
  top: 9px;
}
.global-header nav .sp-navbtn span:nth-of-type(3) {
  bottom: 0;
}
.global-header nav .uk-navbar-left .uk-logo {
  display: flex;
}
.global-header nav .uk-navbar-left .uk-logo a {
  display: inline-block;
  width: clamp(200px, 18vw, 244px);
}
.global-header nav .uk-navbar-right ul li a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0 14px;
  transition: 0.2s ease;
}
.global-header nav .uk-navbar-right ul li a:hover {
  color: #1398E3;
}
.global-header nav .uk-navbar-right .contact-flex .free-start {
  background: #0052cc;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 38px;
  box-sizing: border-box;
  padding: 4px 19px 6px 19px;
  border: solid 2px #0052cc;
  transition: 0.2s ease;
}
.global-header nav .uk-navbar-right .contact-flex .free-start:hover {
  text-decoration: none;
  opacity: 0.6;
}
.global-header nav .uk-navbar-right .contact-flex .contact {
  border: solid 2px #0052cc;
  color: #0052cc;
  border-radius: 38px;
  padding: 4px 7px 6px 7px;
  box-sizing: border-box;
  font-weight: 700;
  transition: 0.2s ease;
}
.global-header nav .uk-navbar-right .contact-flex .contact:hover {
  text-decoration: none;
  opacity: 0.6;
}

.requestdocuments {
  width: 400px;
  position: fixed;
  bottom: -7px;
  left: 50%;
  width: 95%;
  z-index: 1002;
  transform: translate(-50%, 0);
  transition: 0.4s ease;
}
.requestdocuments a {
  transition: 0.2s ease;
}
.requestdocuments.bottom_up {
  bottom: 60vh;
}

.global-footer .global-footer__head {
  background: #035484;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: none;
}
.seminar-btn {
  height:auto !important;
}
.global-footer .global-footer__head .head {
  margin-bottom: 40px;
}
.global-footer .global-footer__head .foot .uk-list {
  margin-bottom: 0;
}
.global-footer .global-footer__head .foot .uk-list li {
  position: relative;
  padding-left: 16px;
}
.global-footer .global-footer__head .foot .uk-list li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  height: 2px;
  width: 4px;
  background: #fff;
}
.global-footer .global-footer__head .foot .uk-list li a {
  color: #fff;
}
.global-footer .global-footer__head .foot-contact .head {
  font-size: 36px;
}
.global-footer .global-footer__head .foot-contact .head .tel {
  color: #fff;
  font-weight: 700;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
}
.global-footer .global-footer__head .foot-contact .head p {
  font-size: 38.88889%;
  color: #fff;
}
.global-footer .global-footer__head .foot-contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.global-footer .global-footer__head .foot-contact .btn .btn__grid a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #FF4300;
  width: 220px;
  height: 48px;
  margin-left: auto;
  text-align: center;
}
.global-footer .global-footer__head .foot-contact .btn .btn__grid a.red {
  background: #FF4300;
  color: #fff;
}
.global-footer .global-footer__head .foot-contact .btn .btn__grid a.white {
  color: #FF4300;
  background: #fff;
  margin-top: 20px;
}
.global-footer .global-footer__foot {
  padding-top: 33px;
  padding-bottom: 90px;
}
.global-footer .global-footer__foot .global-footer__foot__grid .left .logo {
  width: 90%;
}
.global-footer .global-footer__foot .global-footer__foot__grid .left .text small {
  font-size: 12px;
}
.global-footer .global-footer__foot .global-footer__foot__grid .right .add .add-privacy {
  width: 86px;
}
.global-footer .global-footer__foot .global-footer__foot__grid .right .add .add-second {
  width: 229px;
}

.uk-offcanvas {
  z-index: 1002;
}
.uk-offcanvas.uk-open .uk-offcanvas-bar {
  top: 0;
  opacity: 1;
}

.uk-offcanvas-bar {
  width: 100% !important;
  height: 100vh;
  left: auto !important;
  top: -100%;
  bottom: auto;
  background: rgba(255, 255, 255, 0.98);
  padding: 50px 15px 30px !important;
  transition: 0.5s ease;
  box-sizing: border-box;
  opacity: 0;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .uk-nav {
  text-align: center;
  line-height: 3;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .uk-nav li {
  border-bottom: solid 1px #333;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .uk-nav li a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .contact-flex {
  margin-top: 30px;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .contact-flex .block:last-of-type {
  margin-bottom: 0;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .contact-flex .block a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  height: 50px;
  border-radius: 40px;
  margin-bottom: 20px;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .contact-flex .block .free-start {
  background: #FF4300;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.uk-offcanvas-bar .offcanvas-navigation__inner .contact-flex .block .contact {
  border: solid 2px #FF4300;
  color: #FF4300;
}

/*---------------------------------------*/
/* top page style */
/*---------------------------------------*/
.pop-up {
  width: 100%;
  height: auto;
  background: #f4f5f7;
}
.pop-up p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  text-align: center;
  line-height: 20px;
  font-size: 0.8rem;
  padding: 12px;
}
@media screen and (max-width: 620px) {
  .pop-up p {
    line-height: 20px;
    padding: 8px;
  }
}
.pop-up p a {
  color: #0052cc;
}

_::-webkit-full-page-media, _:future, :root .documents-title {
  font-size: 2.441rem;
}
@media screen and (max-width: 640px) {
  _::-webkit-full-page-media, _:future, :root .documents-title {
    font-size: 1.563rem;
  }
}

.documents-kv-container {
  height: 320px;
}
.documents-kv-container .documents-title {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.563rem, 0.685rem + 4.39vw, 2.441rem);
  padding: 80px 0 40px;
}
.documents-kv-container .documents-lists {
  list-style: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin: 0 auto;
  display: flex;
  max-width: 640px;
  justify-content: space-evenly;
}
@media screen and (max-width: 640px) {
  .documents-kv-container .documents-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    place-items: center;
    grid-row-gap: 16px;
  }
}
.documents-kv-container .documents-lists .documents-list {
  text-align: center;
  width: calc(25% - 16px);
  height: 36px;
  line-height: 36px;
  font-size: 1rem;
  margin: 0 8px;
  border-radius: 34px;
  box-shadow: 0px 2px 5px rgba(40, 40, 44, 0.4);
  color: white;
}
@media screen and (max-width: 640px) {
  .documents-kv-container .documents-lists .documents-list {
    width: 160px;
  }
}
.documents-kv-container .documents-lists .documents-list:nth-child(1) {
  background: #0B9AE3;
}
.documents-kv-container .documents-lists .documents-list:nth-child(2) {
  background: #0B9AE3;
}
.documents-kv-container .documents-lists .documents-list:nth-child(3) {
  background: #0B9AE3;
}
.documents-kv-container .documents-lists .documents-list:nth-child(4) {
  background: #0B9AE3;
}

/*@media screen and (max-width: 960px) {
  ::-webkit-full-page-media, :future, :root .catch-main-title {
    font-size: 1.953rem !important;
  }
}
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .catch-main-title {
    font-size: 1.563rem !important;
  }
}

@media screen and (max-width: 960px) {
  ::-webkit-full-page-media, :future, :root .catch-sub-title {
    font-size: 3.815rem !important;
  }
}
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .catch-sub-title {
    font-size: 3.052rem !important;
  }
}*/

.mv-container {
  background: linear-gradient(to top right, transparent 0%, transparent 50%, rgba(252, 134, 0, 0.4) 65%, transparent);
  display: flex;
  height: 50vh;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 130px;
}
@media screen and (min-width: 1200px) {
  .mv-container {
    height: auto !important;
  }
}
@media screen and (max-width: 410px) {
  .mv-container {
    height: 100% !important;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}
.mv-container .mv-container__inner {
  height: auto;
  padding-top: 40px;
  z-index: 1;
  position: relative;
  color: #0052cc;
}
.mv-container .mv-container__inner .catch {
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mv-container .mv-container__inner .catch {
    position: absolute;
    top: 0;
  }
  .global-footer .global-footer__head .foot-contact .btn {
    display: block;
  }
}
.mv-container .mv-container__inner .catch .catch-main-title {
  font-size: 1.953rem;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .mv-container .mv-container__inner .catch .catch-main-title {
    font-size: clamp(1.563rem, 1.368rem + 0.98vw, 1.953rem) !important;
  }
}
@media screen and (max-width: 480px) {
  .mv-container .mv-container__inner .catch .catch-main-title {
    white-space: initial;
  }
}
@media screen and (max-width: 480px) {
  .mv-container .mv-container__inner .catch .catch-main-title br {
    display: none;
  }
}
.mv-container .mv-container__inner .catch .catch-sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.815rem !important;
}
@media screen and (max-width: 960px) {
  .mv-container .mv-container__inner .catch .catch-sub-title {
    font-size: clamp(3.052rem, 2.671rem + 1.91vw, 3.815rem) !important;
  }
}
.mv-container .mv-container__inner .catch h1, .mv-container .mv-container__inner .catch h2, .mv-container .mv-container__inner .catch p {
  color: #28282c !important;
}
.mv-container .mv-container__inner .catch p {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .mv-container .mv-container__inner .catch p {
    font-size: 1rem;
  }
}
.mv-container .mv-container__inner .catch p br:first-child {
  display: none;
}
@media screen and (max-width: 480px) {
  .mv-container .mv-container__inner .catch p br:first-child {
    display: block;
  }
}
.mv-container .mv-container__inner .index-images img {
  width: 85%;
  margin: 0 0 0 15%;
}
@media screen and (max-width: 960px) {
  .mv-container .mv-container__inner .index-images img {
    display: none;
  }
}
.mv-container .mv-container__inner .btn-L {
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .mv-container .mv-container__inner .btn-L {
    margin: 0 auto;
  }
}
.mv-container .mv-container__inner .btn-L a {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100% !important;
  height: 70px;
  padding: 0;
  margin: 40px 0;
  line-height: 80px;
  border-radius: 10px;
  background: #ff9900;
}
@media screen and (max-width: 960px) {
  .mv-container .mv-container__inner .catch-image {
    display: none;
  }
}
.mv-container .mv-container__inner .catch-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 0 0 5%;
}

.slide-show {
  background: linear-gradient(to top right, rgba(73, 154, 232, 0.4) 50%, rgba(73, 154, 232, 0.2));
  height: auto;
}
.slide-show h2 {
  text-align: center;
  font-size: 1.953rem;
  color: #28282c;
  padding: 30px 0 0 0;
  margin: auto;
  font-weight: bold;
}
.software-use-result{
  text-align: center;
}
@media screen and (max-width: 960px) {
  .slide-show h2 {
    font-size: 1.563rem;
    padding: 30px 15px;
  }
}
.slide-show .slide-container {
  max-width: 1440px;
  margin: 15px auto;
}
.slide-show .slide-container .pull-down {
  background: #c1cddc;
  color: #0052cc;
  width: 250px;
  height: 50px;
  z-index: 100;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 800px) {
  .slide-show .slide-container .pull-down {
    display: none;
  }
}
.slide-show .slide-container .pull-down[open] .pull-lists {
  display: block;
  background: white;
  position: absolute;
  width: 250px;
  padding: 0;
  margin: 0;
  top: 3.25em;
  left: 0;
}
.slide-show .slide-container .pull-down .pull-a {
  padding-left: 15px;
  line-height: 50px;
  font-size: 1.25rem;
  color: #767681;
}
.slide-show .slide-container .pull-down .pull-lists {
  display: none;
}
.slide-show .slide-container .pull-down .pull-lists .pull-list {
  margin-left: 30px;
}
.slide-show .slide-container .pull-down .pull-lists .pull-list:hover {
  opacity: .8;
}
.slide-show .slide-container .pull-down .pull-lists .pull-list .pull-one, .slide-show .slide-container .pull-down .pull-lists .pull-list .pull-two, .slide-show .slide-container .pull-down .pull-lists .pull-list .pull-three, .slide-show .slide-container .pull-down .pull-lists .pull-list .pull-four {
  border-bottom: 1px solid #0052cc;
  color: #0052cc;
}
.slide-show .slide-container .label-container {
  width: 100%;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 800px) {
  .slide-show .slide-container .label-container {
    display: none;
  }
}
.slide-show .slide-container .label-container .blank {
  width: 30%;
}
.slide-show .slide-container .label-container .label-one, .slide-show .slide-container .label-container .label-two, .slide-show .slide-container .label-container .label-three, .slide-show .slide-container .label-container .label-four {
  width: calc(18.75% - 15px);
  text-align: center;
  margin: 0 7.5px;
  padding: 15px 0;
  background: #c1cddc;
  color: #767681;
  border-radius: 30px;
  font-size: 1rem;
  transition: all 250ms linear;
}
@media screen and (max-width: 1199px) {
  .slide-show .slide-container .label-container .label-one, .slide-show .slide-container .label-container .label-two, .slide-show .slide-container .label-container .label-three, .slide-show .slide-container .label-container .label-four {
    padding: 8px 15px;
  }
}
.slide-show .slide-container .label-container .label-one {
  background: white;
  color: #4f4f57;
}
.slide-show .slide-container input {
  display: none;
}
.slide-show .slide-container #check-one:checked ~ .label-container .label-one {
  background: white;
  color: #323237;
}
.slide-show .slide-container #check-two:checked ~ .label-container .label-one,
.slide-show .slide-container #check-three:checked ~ .label-container .label-one,
.slide-show .slide-container #check-four:checked ~ .label-container .label-one {
  background: #c1cddc;
  color: #767681;
}
.slide-show .slide-container #check-two:checked ~ .label-container .label-two,
.slide-show .slide-container #check-three:checked ~ .label-container .label-three,
.slide-show .slide-container #check-four:checked ~ .label-container .label-four {
  background: white;
  color: #323237;
}
.slide-show .slide-container #check-two:checked ~ .slide-wrapper .slide-two {
  opacity: 1;
}
.slide-show .slide-container #check-two:checked ~ .slide-wrapper .slide-one {
  opacity: 0;
}
.slide-show .slide-container #check-three:checked ~ .slide-wrapper .slide-three {
  opacity: 1;
}
.slide-show .slide-container #check-three:checked ~ .slide-wrapper .slide-one {
  opacity: 0;
}
.slide-show .slide-container #check-four:checked ~ .slide-wrapper .slide-four {
  opacity: 1;
}
.slide-show .slide-container #check-four:checked ~ .slide-wrapper .slide-one {
  opacity: 0;
}
.slide-show .slide-container .slide-wrapper {
  z-index: 100;
  display: grid;
  list-style: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  padding: 15px;
}
.slide-show .slide-container .slide-wrapper .slide-one {
  /*padding-bottom: 10%;*/
}
.slide-show .slide-container .slide-wrapper .slide-one, .slide-show .slide-container .slide-wrapper .slide-two, .slide-show .slide-container .slide-wrapper .slide-three, .slide-show .slide-container .slide-wrapper .slide-four {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 200ms linear;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .slide-show .slide-container .slide-wrapper .slide-one, .slide-show .slide-container .slide-wrapper .slide-two, .slide-show .slide-container .slide-wrapper .slide-three, .slide-show .slide-container .slide-wrapper .slide-four {
    flex-direction: column-reverse;
    height: auto;
  }
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-L, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-L, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-L, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-L {
  width: 25%;
  height: auto;
  margin: 15px;
  display: block;
}
@media screen and (max-width: 960px) {
  .slide-show .slide-container .slide-wrapper .slide-one .slide-inner-L, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-L, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-L, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-L {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-L dt h3, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-L dt h3, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-L dt h3, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-L dt h3 {
  font-size: 1.953rem;
}
@media screen and (max-width: 960px) {
  .slide-show .slide-container .slide-wrapper .slide-one .slide-inner-L dt h3, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-L dt h3, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-L dt h3, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-L dt h3 {
    margin-top: 30px;
    font-size: 1.563rem;
  }
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-L dd, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-L dd, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-L dd, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-L dd {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .slide-show .slide-container .slide-wrapper .slide-one .slide-inner-L dd, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-L dd, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-L dd, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-L dd {
    font-size: 1rem;
  }
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R {
  width: 75%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R {
    width: 100%;
    height: auto;
  }
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R video, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R video, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R video, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
  padding: 10% 0 0 0;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container {
    padding: 0;
  }
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-1, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-1, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-1, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-1 {
  position: relative;
  width: 25%;
  height: 100%;
  -webkit-animation: image-animation1 4s linear infinite;
          animation: image-animation1 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img {
  transform: translateY(10%);
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img img, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img img, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img img, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-1 .anime-wrapper-1-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-3, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-3, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-3, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-3 {
  position: relative;
  width: 25%;
  height: 100%;
  -webkit-animation: image-animation3 4s linear infinite;
          animation: image-animation3 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img {
  transform: translateY(10%);
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img img, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img img, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img img, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-3 .anime-wrapper-3-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 {
  width: 50%;
  height: 100%;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  display: grid;
  grid-template-columns: 62fr 38fr;
  grid-template-rows: 20fr 40fr 20fr;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-1, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-1, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-1, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-1 {
  grid-column: 1;
  grid-row: 1;
  transform: scale(0.9);
  -webkit-animation: image-animation2-1-1 4s linear infinite;
          animation: image-animation2-1-1 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-2, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-2, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-2, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list1-2 {
  grid-column: 2;
  grid-row: 1;
  -webkit-animation: image-animation2-1-2 4s linear infinite;
          animation: image-animation2-1-2 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-1, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-1, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-1, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-1 {
  grid-column: 1;
  grid-row: 2;
  transform: scale(1.1);
  -webkit-animation: image-animation2-2-1 4s linear infinite;
          animation: image-animation2-2-1 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-2, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-2, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-2, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list2-2 {
  grid-column: 2;
  grid-row: 2;
  -webkit-animation: image-animation2-2-2 4s linear infinite;
          animation: image-animation2-2-2 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-1, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-1, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-1, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-1 {
  grid-column: 1;
  grid-row: 3;
  transform: scale(0.9);
  -webkit-animation: image-animation2-3-1 4s linear infinite;
          animation: image-animation2-3-1 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-2, .slide-show .slide-container .slide-wrapper .slide-two .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-2, .slide-show .slide-container .slide-wrapper .slide-three .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-2, .slide-show .slide-container .slide-wrapper .slide-four .slide-inner-R .image-anime-container .anime-wrapper-2 .anime2-lists .anime2-list3-2 {
  grid-column: 2;
  grid-row: 3;
  -webkit-animation: image-animation2-3-2 4s linear infinite;
          animation: image-animation2-3-2 4s linear infinite;
}
.slide-show .slide-container .slide-wrapper .slide-one {
  opacity: 1;
}

.catch__logo img {
  display: block;
  width: 100%;
}

.mv-container .catch {
  color: #fff;
  font-weight: 700;
  font-size: 52.63158%;
}
.mv-container .images {
  margin-left: auto;
  margin-top: 20px;
}

.role-component {
  padding: 70px 0 96px;
}
.role-component .role-component__grid {
  padding: 0;
}
.role-component .role-component__grid .uk-card .uk-card-body {
  padding: 16px 0 0 0;
}

.about-component {
  padding-top: 90px;
  position: relative;
  padding-bottom: 50px;
}
.about-component:before {
  content: "";
  background: url(../assets/home/bg_blue.jpg) no-repeat center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rakuten-cmr-img {
  text-align: center;
  width: 80%;
  margin: auto;
}
.rakuten-about-component:before {
  content: "";
  background: #CA3D3D center/cover !important;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%) !important;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 70px;
}
.rakuten-about-component img {
  width:100%;
  max-width: 800px;
  margin:auto;
}
.rakuten_task_five_div {
  max-width: 800px;
  margin:auto;
  color: #400000;
}
.rakuten_task_five_div fieldset {
  padding:2em 2.5em;
  text-align: center;
  border: 4px solid #064973;
  border-radius: 1em;
  background: #fff;
}
.rakuten_task_five_div legend {
  font-size: 2em;
  border: 4px solid #064973;
  background: #fff;
  border-radius: 2em;
  padding: .05em 2em;
  font-weight: 600;
  color:#D6280B;
}
.rakuten_task_five_div legend b {
  font-size: 1.5em;
  color:#bf0000;
  letter-spacing: .1em;
}
.rakuten_task_five_div dl {
  text-align: left;
  font-size: 1.25em;
  color:#064973;
}
.rakuten_task_five_div dt::before {
  font-family: "Font Awesome 5 Free";
  content:"\f00c";
  font-size: 1em;
  font-weight: 900;
  color: #064973;
  border:1px solid #064973;
  margin-right: .5em;
}
.rakuten_task_five_div dd {
  margin-bottom: 1em;
  padding-left: 2em;
  color: #D6280B;
  border-bottom: 1px solid #064973;
}
.rakuten-automodel-section {
  max-width: 800px;
  margin: 40px auto;
}
@media screen and (max-width:560px) {
  .rakuten-h2 {
    white-space:normal !important;
  }
  .shopify-cta-btn {
    width: auto !important;
  }
  .rakuten-about-component h2 {
    font-size: 1.5em !important;
  }
  .rakuten_task_five_div legend {
    font-size: 1.25em;
  }
  .rakuten_task_five_div dl {
    font-size: 1em;
  }
  .rakuten-automodel-section .table-responsive {
    overflow: scroll;
  }
  .rakuten-costcut-section legend h2 {
    font-size: 1.5em;
  }
  .rakuten-costcut-img {
    padding:1em;
  }
  .rakuten-casestudy-section h2 {
    padding-bottom: 1em;
  }
  .rakuten-casestudy-section ul {
    flex-direction: column;
    gap: 6em !important;
  }
  .rakuten-casestudy-section li {
    width:calc(100% - 4em) !important;
    padding:2em !important;
  }
  .rakuten-casestudy-kadai::after,.rakuten-casestudy-kaiketsu::after {
    font-size: 1.5em !important;
    transform:translate(-50%,-75%) !important;
  }
}
.rakuten-automodel-section table {
  min-width:560px;
  border:none;
  font-feature-settings: "palt";
  border-spacing: .5em 0;
  margin:0;
}
.rakuten-automodel-section table th {
  width:120px;
}
.rakuten-automodel-section table ul {
  margin: 0;
  list-style: none;
  padding-inline-start: 0px;
}
.rakuten-automodel-section tr:nth-child(odd) th {
  background: #064973;
  color:#fff;
  border-radius: .5em;
}
.rakuten-automodel-section tr:nth-child(odd) td {
  background: #137DBF;
  color:#fff;
  border-radius: .5em;
}
.rakuten-automodel-section tr:nth-child(even) th {
  padding:0 !important;
  line-height:1em;
}
.rakuten-automodel-section i {
  font-family: "Font Awesome 5 Free";
  font-size: 2em;
  font-weight: 900;
  font-style: normal;
  color: #064973;
}
.rakuten-costcut-section {
  text-align: center;
}
.rakuten-costcut-section fieldset {
  border: ridge 8px #064973;
  max-width:880px;
  margin:10em auto 5em;
  border-radius: 2em;
  box-sizing: border-box;
}
.rakuten-costcut-section a {
  margin-bottom: 5em;
}
.rakuten-costcut-section h2 {
  color:#064973;
}
.rakuten-costcut-img {
  text-align:center;
  padding:1em 2em 2em;
}
.rakuten-sku-section {
  background: #CA3D3D;
  text-align: center;
  position:relative;
  z-index: 0;
}
.rakuten-sku-section::before {
  z-index: -1;
  position:absolute;
  content:"CONGRATULATION";
  top:50%;
  left:50%;
  text-align:center;
  font-size: 10vw;
  white-space: nowrap;
  transform: translate(-50%,-50%) scale(1, 4);
  color:rgba(238,238,238, .1);
}
.rakuten-sku-section img {
  max-width: 640px;
  width:100%;
  margin:5em auto;
}
.rakuten-casestudy-section ul {
  max-width: 800px;
  margin:80px auto;
  display:flex;
  list-style: none;
  position:relative;
  gap:3em;
  padding:0 1em;
}
.rakuten-casestudy-section li {
  width:50%;
  color:#fff;
  padding:2em;
  position:relative;
  background: #137DBF;
  border-radius: 1em;
}
.rakuten-casestudy-kadai::after {
  text-align: center;
  line-height: 100px;
  position:absolute;
  content:"課題";
  top:0;
  left:50%;
  transform:translate(-50%,-75%);
  font-size: 2em;
  width:100px;
  height:100px;
  background:#F25818;
  border-radius: 100%;
}
.rakuten-casestudy-kaiketsu::after {
  text-align: center;
  line-height: 100px;
  position:absolute;
  content:"解決";
  top:0;
  left:50%;
  transform:translate(-50%,-75%);
  font-size: 2em;
  width:100px;
  height:100px;
  background: #0ABFA4;
  border-radius: 100%;
}
.shopify-about-component:before {
  content: "";
  background: #C7E8B9 center/cover !important;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%) !important;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 70px;
}

.net-shop-green-moji {
  margin-top: 50px;
}

.about-component .video {
  background: #fff;
  border: solid 1px #333;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  transform: translateX(-15px);
}
.about-component .video:before {
  content: "";
  display: block;
}
.about-component .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.api-component {
  padding-top: 100px;
  padding-bottom: 50px;
}
.api-component .blue-belt {
  position: relative;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.api-component .blue-belt:before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #74B1D6;
}
.api-component .blue-belt img {
  width: 65%;
  position: relative;
  z-index: 1;
}
.api-component .line-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.solve-component {
  padding-bottom: 100px;
}
.solve-component .solve-component__container {
  position: relative;
  padding-bottom: 40px;
}
.solve-component .solve-component__container:before {
  content: "";
  background: #035484;
  -webkit-clip-path: polygon(50% 5%, 100% 0%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 5%, 100% 0%, 100% 100%, 0 100%, 0 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solve-component .solve-component__container .component-header {
  margin-top: 110px;
  margin-bottom: 60px;
}
.solve-component .solve-component__grid .uk-grid .col.uk-grid-margin {
  margin-top: 60px;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 40px 15px;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner h3 {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  border-radius: 35px;
  box-sizing: border-box;
  font-size: 20px;
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner h3.blue {
  background: #1398E3;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner h3.pink {
  background: #F06680;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list {
  margin: 0;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 5px;
  border: 3px solid #f2f2f2;
  transform: rotate(-45deg);
  border-top-style: none;
  border-right-style: none;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li:nth-of-type(n+2) {
  margin-top: 16px;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list.blue li:before {
  border-color: #1398E3;
}
.solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list.pink li:before {
  border-color: #F06680;
}
.solve-component .solve-component__material {
  background: #F0F8FF;
  padding-top: 80px;
  padding-bottom: 90px;
}
.solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner {
  text-align: center;
}
.solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .images img {
  width: 50%;
}
.solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn a {
  color: #fff;
  margin-top: 25px;
  border: solid 3px #FF4300;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn a img {
  right: 20px;
  top: 45%;
  transform: translate(0, -50%);
}
.solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn.request a {
  background: #FF4300;
}
.solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn.free a {
  color: #FF4300;
  background: #fff;
}
.solve-component .solve-component__operation {
  padding-top: 90px;
  padding-bottom: 60px;
}

.margin-top-movie {
  margin: 0 auto !important;
}

.solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col {
  display: flex;
}
.solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col .col__inner {
  background: #E4F5FF;
  padding: 30px 20px;
}
.solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col .col__inner h4 {
  font-weight: 700;
  text-align: center;
}
.solve-component .solve-component__prevent {
  padding-top: 60px;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1035px;
  margin-bottom: 100px;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid:last-of-type {
  margin-bottom: 0;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid .solve-component__prevent__title {
  color: #1398E3;
  font-weight: 700;
  text-align: center;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid p {
  font-weight: 700;
  text-align: center;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid .date {
  margin-bottom: 6px;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid {
  display: grid;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.not-stock .arrow {
  text-align: center;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.not-stock .arrow img {
  transform: rotate(90deg);
}
.solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.unsold .arrow {
  text-align: center;
}
.solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.overlook {
  justify-content: center;
  row-gap: 40px;
}

.request-component {
  background: #F0F8FF;
  padding: 50px 0 0;
  overflow: hidden;
}
.request-component .request-component__inner {
  text-align: center;
  display: inline-block;
  padding-bottom: 50px;
}
.request-component .request-component__inner .document {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 312px;
}
.request-component .request-component__inner .lady {
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
  width: 350px;
}
.request-component .component-header h2 {
  text-align: center;
  margin-bottom: 10px;
}
.request-component .component-header h2 span {
  display: inline-block;
  color: #FF4300;
  font-size: 87.5%;
  position: relative;
}
.request-component .component-header h2 span:before {
  content: "|";
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  transform: rotate(-30deg);
}
.request-component .component-header h2 span:after {
  content: "|";
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  transform: rotate(30deg);
}
.request-component .btn a {
  position: relative;
}
.request-component .btn a img {
  top: 50%;
  right: 20px;
  position: absolute;
}
.request-component .foot {
  margin-top: 10px;
}
.request-component .foot .tel {
  display: block;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
.request-component.download-component {
  padding-top: 80px;
  padding-bottom: 0;
}
.request-component.download-component .component-header h2 {
  margin-bottom: 50px;
}
.request-component.download-component .component-header h2 span {
  color: #333;
  font-size: 38.09524%;
  display: block;
  margin-top: 10px;
}
.request-component.download-component .component-header h2 span:before, .request-component.download-component .component-header h2 span:after {
  display: none;
}
.request-component.download-component .document {
  width: 280px;
  transform: translate(-120%, -65%);
}

.commerce-robo-component {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
  background: url(../assets/home/bg_blue.jpg) no-repeat center/cover;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .text {
  color: #fff;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .text:last-of-type {
  margin-bottom: 0;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner h3 {
  color: #fff;
  font-weight: 700;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .images {
  margin-top: 40px;
  margin-bottom: 40px;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid {
  text-align: center;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid a {
  display: flex;
  border-radius: 47px;
  border: solid 3px #FF4300;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid a img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -70%);
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid a.red {
  background: #FF4300;
  color: #fff;
}
.commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid a.white {
  background: #fff;
  color: #FF4300;
}

.commerce-robo-component-start {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #F0F8FF;
}

.F0F8FF {
  background: #F0F8FF;
}

.commerce-robo-component-start1 {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #035484;
}

.commerce-robo-component-start2 {
  padding-top: 18px;
  padding-bottom: 5px;
  background: #035484;
}

.commerce-robo-component-start3 {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #F0F8FF;
}

.commerce-robo-component-start4 {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #3399FF;
}

.commerce-robo-component-start5 {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #F0F8FF;
}

.commerce-robo-component-start6 {
  padding-top: 72px;
  padding-bottom: 72px;
  background: white;
}

.commerce-robo-component-start7 {
  padding-top: 18px;
  padding-bottom: 5px;
  background: #E4EFFF;
}

.commerce-robo-component-start8 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.commerce-robo-component-start9 {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: aliceblue;
}

.commerce-robo-component-start .commerce-robo-component-start__grid .pc {
  width: 351px;
}
.commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right {
  font-size: 27px;
}
.commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right h2 {
  font-size: 100%;
  font-weight: 700;
}
.commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right h2 span {
  color: #FF4300;
}
.commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right p {
  font-size: 54.7619%;
  font-weight: 700;
}
.commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right .btn {
  text-align: center;
}
.commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #FF4300;
  border-radius: 47px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.use-component {
  padding-top: 56px;
  padding-bottom: 72px;
}
.use-component .component-header h2 span {
  font-size: 134.14634%;
}
.use-component .component-header h2 .red {
  color: #FF4300;
}
.use-component .use-component__grid .btn {
  margin-top: 60px;
}
.use-component .use-component__grid .btn a {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.use-component .use-component__grid .btn p {
  font-size: 14px;
}

.info-component {
  background: #F0F8FF;
  padding-top: 50px;
  padding-bottom: 60px;
}
.useable-warehouse{
  font-weight: 500;
  margin: 40px 0;
}
.title-logi{
  color: #035484;
  text-align: center;
  font-size: 17px!important;
}
.bg-blue{
  background: #F0F8FF;
  padding: 35px;
  
}
.info-component .info-component__grid .uk-grid .col {
  display: flex;
}
.info-component .info-component__grid .col__inner {
  background: #fff;
  padding: 30px 20px;
  font-size: 18px;
}

.info-component .info-component__grid .col__inner .title {
  font-size: 100%;
  color: #035484;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
.info-component .info-component__grid .col__inner p {
  font-size: 88.88889%;
}

.support-component {
  background: #1398E3;
  padding-top: 60px;
  padding-bottom: 67px;
}
.support-component .support-component__grid {
  margin-top: 60px;
}
.support-component .support-component__grid .uk-grid .col {
  display: flex;
}
.support-component .support-component__grid .uk-grid .col .col__inner {
  background: #fff;
  border-radius: 19px;
  position: relative;
  padding: 30px 20px;
  font-size: 20px;
}
.support-component .support-component__grid .uk-grid .col .col__inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  width: 160px;
  height: 40px;
  border-radius: 50px;
  box-sizing: border-box;
  padding-bottom: 4px;
  font-size: 100%;
}
.support-component .support-component__grid .uk-grid .col .col__inner .name {
  font-size: 93.75%;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.support-component .support-component__grid .uk-grid .col .col__inner .text {
  font-size: 62.5%;
}
.support-component .support-component__grid .uk-grid .col .col__inner .foot {
  gap: 25px;
  align-items: center;
}
.support-component .support-component__grid .uk-grid .col .col__inner .foot .between span {
  display: flex;
  width: 86px;
  height: 86px;
  font-size: clamp(16px, 1.49vw, 62.5%);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.support-component .support-component__grid .uk-grid .col .col__inner .foot .memo span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.4;
}
.support-component .support-component__grid .uk-grid .col .col__inner .uk-list {
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 14px;
}
.support-component .support-component__grid .uk-grid .col .col__inner .uk-list li {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.support-component .support-component__grid .uk-grid .col .col__inner .uk-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 5px;
  border: 3px solid #f2f2f2;
  transform: rotate(-45deg);
  border-top-style: none;
  border-right-style: none;
}
.support-component .support-component__grid .uk-grid .col .col__inner .uk-list li:nth-of-type(n+2) {
  margin-top: 16px;
}
.support-component .support-component__grid .uk-grid .col .col__inner.blue .title {
  background: #035484;
}
.support-component .support-component__grid .uk-grid .col .col__inner.blue .name {
  color: #035484;
}
.support-component .support-component__grid .uk-grid .col .col__inner.blue .uk-list li {
  color: #35769C;
}
.support-component .support-component__grid .uk-grid .col .col__inner.blue .uk-list li:before {
  border: 3px solid #035484;
  border-top-style: none;
  border-right-style: none;
}
.support-component .support-component__grid .uk-grid .col .col__inner.blue .between span {
  background: #35769C;
}
.support-component .support-component__grid .uk-grid .col .col__inner.pink .title {
  background: #F06680;
}
.support-component .support-component__grid .uk-grid .col .col__inner.pink .name {
  color: #F06680;
}
.support-component .support-component__grid .uk-grid .col .col__inner.pink .uk-list li {
  color: #F06680;
}
.support-component .support-component__grid .uk-grid .col .col__inner.pink .uk-list li:before {
  border: 3px solid #F06680;
  border-top-style: none;
  border-right-style: none;
}
.support-component .support-component__grid .uk-grid .col .col__inner.pink .between span {
  background: #F06680;
}

.system-component {
  padding-top: 90px;
  padding-bottom: 90px;
}
.system-component .system-component__grid {
  margin-top: 90px;
}
.system-component .system-component__grid .uk-grid .col {
  display: flex;
}
.system-component .system-component__grid .uk-grid .col .col__inner {
  background: #F0F8FF;
  font-size: 20px;
}
.system-component .system-component__grid .uk-grid .col .col__inner .num {
  top: 0;
  left: 5px;
  transform: translate(0, -50%);
  font-size: 409.09091%;
  font-family: "Roboto", sans-serif;
  color: #1398E3;
}
.system-component .system-component__grid .uk-grid .col .col__inner .uk-card-body {
  padding: 20px 30px 30px;
}
.system-component .system-component__grid .uk-grid .col .col__inner h3 {
  color: #1398E3;
  font-size: 100%;
  text-align: center;
  margin-top: 0;
  font-weight: 700;
}
.system-component .system-component__grid .uk-grid .col .col__inner .text {
  font-size: 72.72727%;
  letter-spacing: 0;
}

.contact-component {
  padding-top: 80px;
  background: #F0F8FF;
  padding-bottom: 80px;
}
.contact-component .contact-component__grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}

.news-events-component {
  padding-top: 80px;
  padding-bottom: 80px;
}
.news-events-component h2 {
  font-family: "Roboto", sans-serif;
  color: rgba(19, 152, 227, 0.11);
  text-align: center;
  line-height: 0.9;
  margin-bottom: 36px;
  font-size: 45px;
}
.news-events-component h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40%;
  display: block;
  color: #333;
  font-weight: 700;
}
.news-events-component .news-events-component__grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.news-events-component .news-events-component__grid .news {
  font-size: 12px;
  color: #333;
  align-items: center;
  margin-bottom: 40px;
  font-feature-settings: "palt";
  justify-content: space-between;
}
.news-events-component .news-events-component__grid .news:last-of-type {
  margin-bottom: 0;
}
.news-events-component .news-events-component__grid .news span {
  display: inline-block;
}
.news-events-component .news-events-component__grid .news .date {
  font-size: 116.66667%;
}
.news-events-component .news-events-component__grid .news .genre {
  font-size: 100%;
  background: #1398E3;
  border-radius: 30px;
  color: #fff;
  box-sizing: border-box;
  padding: 2.5px 13.9px 5px;
  margin: 0 18px;
}
.news-events-component .news-events-component__grid .news .contents {
  font-size: 116.66667%;
}
.news-events-component .news-events-component__grid .news .arrow img {
  transform: translate(0, -5px);
}

/*---------------------------------------*/
/* price page style */
/*---------------------------------------*/
.page--price .kv-container {
  padding: 35px 15px;
}
.page--price .kv-container .kv-container__grid:before {
  content: "";
  display: block;
}
.page--price .kv-container .kv-container__grid .left .head {
  margin-bottom: 20px;
}
.page--price .kv-container .kv-container__grid .left .text {
  color: #fff;
  font-weight: 700;
}
.page--price .price-component {
  margin-top: 76px;
  padding-bottom: 80px;
}
.page--price .price-component .uk-container {
  max-width: 1300px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion {
  margin-left: 0;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  font-size: 22px;
  padding-left: 0;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col:nth-of-type(3) {
  margin-top: 38px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col.uk-grid-margin {
  margin-top: 60px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col.uk-open .head {
  border-radius: 12px 12px 0 0;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col.uk-open .head .icon {
  transform: translate(0, -50%) rotate(180deg);
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col.uk-open .head .icon svg {
  transform: translate(0, 0);
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .col__inner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  font-size: 22px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head {
  text-align: center;
  padding: 16px 0;
  color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: visible;
  font-size: 100%;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head:before {
  display: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .icon {
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  border: solid 2px #1398E3;
  border-radius: 50%;
  background: #fff;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .icon svg {
  transform: translate(0, 2px);
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .icon svg polygon {
  fill: #1398E3;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.free {
  background: #8AA5B5;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.robot {
  background: #0070AF;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.wms {
  background: #FF4300;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.wms .runking {
  position: absolute;
  font-size: 81.81818%;
  font-weight: 700;
  background: #FFFF00;
  border-radius: 18px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF4300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 34px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.scm {
  background: #072C5D;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head h2 {
  color: #fff;
  font-weight: 700;
  font-size: 100%;
  margin-bottom: 4px;
  font-feature-settings: "palt";
  margin-top: 0;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .name {
  font-size: 54.54545%;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .price {
  font-family: "Roboto", sans-serif;
  font-size: 163.63636%;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .price img {
  transform: translate(0, -2px);
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .price .mini {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38.88889%;
  display: block;
  font-weight: 700;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  margin-top: 0;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.free .option .option__list li:nth-of-type(5) .option-title, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.free .option .option__list li:nth-of-type(6) .option-title, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.free .option .option__list li:nth-of-type(5) .uk-accordion-content, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.free .option .option__list li:nth-of-type(6) .uk-accordion-content {
  color: #D9D9D9;
  text-decoration: line-through;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.free .option .option__list li:nth-of-type(5) .uk-accordion-content li:before, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.free .option .option__list li:nth-of-type(6) .uk-accordion-content li:before {
  border: 2px solid #D9D9D9;
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.free .bottom a {
  background: #FF4300;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot ul li:nth-of-type(n+2) {
  margin-top: 4px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot .option .option__list li:nth-of-type(4) .option-title, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot .option .option__list li:nth-of-type(5) .option-title, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot .option .option__list li:nth-of-type(4) .uk-accordion-content, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot .option .option__list li:nth-of-type(5) .uk-accordion-content {
  color: #D9D9D9;
  text-decoration: line-through;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot .option .option__list li:nth-of-type(4) .uk-accordion-content li:before, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot .option .option__list li:nth-of-type(5) .uk-accordion-content li:before {
  border: 2px solid #D9D9D9;
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.robot .option .option__list li .uk-accordion-content li:before {
  border: 2px solid #8AA5B5;
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.wms ul li:nth-of-type(n+2) {
  margin-top: 4px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.wms .option .option__list li:nth-of-type(5) .option-title {
  color: #D9D9D9;
  text-decoration: line-through;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.wms .option .option__list li:nth-of-type(5) .uk-accordion-content {
  color: #D9D9D9;
  text-decoration: line-through;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.wms .option .option__list li:nth-of-type(5) .uk-accordion-content li:before {
  border: 2px solid #D9D9D9;
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.scm ul li:nth-of-type(n+2) {
  margin-top: 4px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot.scm .option .option__list li .uk-accordion-content li:before {
  border: 2px solid #8AA5B5;
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot__feature {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head {
  margin-bottom: 40px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex {
  gap: 10px;
  align-items: baseline;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex .key, .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex .value {
  display: inline-block;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex .key {
  font-size: 54.54545%;
  box-sizing: border-box;
  padding: 0 4px 1px;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: 0;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex .value {
  font-size: 63.63636%;
  letter-spacing: 0;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex .value .inner-flex {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex .value .inner-flex .last {
  padding-right: 10px;
  display: inline-block;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex.free .key {
  border: solid 1px #8AA5B5;
  color: #8AA5B5;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex.free .value .red {
  color: #FF4300;
  font-weight: 700;
  font-size: 166.66667%;
  display: inline-block;
  transform: translate(0, 3px);
  line-height: 1;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex.robot .key {
  border: solid 1px #0070AF;
  color: #0070AF;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex.wms .key {
  border: solid 1px #FF4300;
  color: #FF4300;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head ul li .uk-flex.scm .key {
  border: solid 1px #072C5D;
  color: #072C5D;
}

/*検索；強制的にjustfy-importantでに中央へ*/
.justify-important {
  justify-content: center !important;
}

.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a {
  background: #D7000F;
  color: #fff;
  display: flex;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  font-size: 72.72727%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  position: relative;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -80%);
  width: 20px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list {
  margin-bottom: 0;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li:nth-of-type(n+2) {
  margin-top: 0;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li:nth-of-type(3) .option-title {
  color: #FF4300;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li:nth-of-type(3) .uk-accordion-content li:before {
  border: 2px solid #FF4300;
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li:nth-of-type(4) .option-title {
  color: #1398E3;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li:nth-of-type(4) .uk-accordion-content li:before {
  border: 2px solid #1398E3;
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li .option-title {
  color: #000;
  font-weight: 700;
  font-size: 72.72727%;
  position: relative;
  display: block;
  background: #F5F5F5;
  padding: 8px 0 8px 16px;
  box-sizing: border-box;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li .option-title:before {
  display: none;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li .uk-accordion-content {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li .uk-accordion-content li {
  font-size: 54.54545%;
  position: relative;
  padding-left: 18px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li .uk-accordion-content li:nth-of-type(n+2) {
  margin-top: 4px;
}
.page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .option .option__list li .uk-accordion-content li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 7px;
  height: 3px;
  border: 2px solid #035484;
  transform: rotate(-45deg);
  border-top-style: none;
  border-right-style: none;
}
.page--price .price-component .price-component__grid .caution {
  margin-top: 60px;
  margin-bottom: 40px;
}
.page--price .price-component .price-component__grid .caution .uk-inline p {
  position: relative;
  padding-left: 20px;
}
.page--price .price-component .price-component__grid .caution .uk-inline p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
.page--price .price-component .price-component__grid .all-btn {
  font-weight: 700;
}
.page--price .price-component .price-component__grid .all-btn p {
  font-size: 100%;
}
.page--price .price-component .price-component__grid .all-btn .btn a {
  margin-top: 30px;
}
.page--price .price-component .price-component__grid .all-btn .btn a img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.page--price .faq-component {
  background: #F0F8FF;
  padding-top: 72px;
  padding-bottom: 110px;
}
.page--price .faq-component .faq-component__grid {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page--price .faq-component .faq-grid {
  background: #fff;
  padding: 16px;
}
.page--price .faq-component .faq-grid:nth-of-type(n+2) {
  margin-top: 20px;
}
.page--price .faq-component .faq-grid p {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-feature-settings: "palt";
}
.page--price .faq-component .faq-grid p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 130%;
  line-height: 1.2;
}
.page--price .faq-component .faq-grid p.faq-grid__q {
  color: #1398E3;
}
.page--price .faq-component .faq-grid p.faq-grid__q:before {
  content: "Q.";
}
.page--price .faq-component .faq-grid p.faq-grid__a {
  margin-top: 8px;
  font-size: 90%;
}
.page--price .faq-component .faq-grid p.faq-grid__a:before {
  content: "A.";
}

/*---------------------------------------*/
/* order-robot page style */
/*---------------------------------------*/
.page--order-robot .kv-container {
  padding: 35px 15px;
}
.page--order-robot .kv-container .kv-container__grid:before {
  content: "";
  display: block;
}
.page--order-robot .kv-container .kv-container__grid .left .head {
  margin-bottom: 20px;
}
.page--order-robot .kv-container .kv-container__grid .left .text {
  color: #fff;
  font-weight: 700;
}
.page--order-robot .video-component {
  padding-top: 80px;
}
.page--order-robot .video-component .video-component__grid .uk-slideshow-items li .video {
  position: relative;
}
.page--order-robot .video-component .video-component__grid .uk-slideshow-items li .video:before {
  content: "";
  display: block;
  padding-top: 42.6499%;
}
.page--order-robot .video-component .video-component__grid .uk-slideshow-items li .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--order-robot .video-component .video-component__grid .bottom-nav {
  width: 100%;
  bottom: 0;
}
.page--order-robot .video-component .video-component__grid .uk-thumbnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 109px;
}
.page--order-robot .video-component .video-component__grid .uk-thumbnav li .video {
  display: block;
  position: relative;
}
.page--order-robot .video-component .video-component__grid .uk-thumbnav li .video:before {
  content: "";
  display: block;
  padding-top: 38.92857%;
}
.page--order-robot .video-component .video-component__grid .uk-thumbnav li .video a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--order-robot .structure-component {
  background: #F0F8FF;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-top: 80px;
}
.page--order-robot .structure-component .structure-component__image {
  margin-top: 60px;
}
.page--order-robot .whole-component {
  padding-top: 60px;
  padding-bottom: 90px;
}
.page--order-robot .whole-component .whole-component__grid .row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
.page--order-robot .whole-component .whole-component__grid .row .joint {
  background: rgba(240, 102, 128, 0.13);
  width: 305px;
  height: 305px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--order-robot .whole-component .whole-component__grid .row .joint .uk-list li {
  font-weight: 700;
  line-height: 1.2;
  color: #F06680;
}
.page--order-robot .whole-component .whole-component__grid .row .joint .uk-list li:nth-of-type(n+2) {
  margin-top: 0;
}
.page--order-robot .whole-component .whole-component__grid .row .joint img {
  width: 85px;
  transform: translate(13px, 0);
  margin-top: 16px;
}
.page--order-robot .whole-component .whole-component__grid .col__inner {
  position: relative;
}
.page--order-robot .whole-component .whole-component__grid .col__inner .center .head img {
  width: 400px;
}
.page--order-robot .whole-component .whole-component__grid .col__inner .center .uk-list {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.page--order-robot .whole-component .whole-component__grid .col__inner .center .uk-list li {
  border: solid 4px #74B1D6;
  border-radius: 6px;
  color: #74B1D6;
  font-size: 22.5px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  background: #fff;
}
.page--order-robot .whole-component .whole-component__grid .common-list {
  background: #74B1D6;
  border-radius: 10px;
  padding: 0 20px 20px;
}
.page--order-robot .whole-component .whole-component__grid .common-list.system .head img, .page--order-robot .whole-component .whole-component__grid .common-list.storage .head img {
  max-width: none;
}
.page--order-robot .whole-component .whole-component__grid .common-list .head {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.page--order-robot .whole-component .whole-component__grid .common-list .title {
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding-top: 70px;
  font-size: 100%;
}
.page--order-robot .whole-component .whole-component__grid .common-list .uk-list {
  margin-bottom: 0;
}
.page--order-robot .whole-component .whole-component__grid .common-list .uk-list li {
  background: #fff;
  color: #74B1D6;
  font-size: 93.33333%;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding: 10px 0;
}
.page--order-robot .whole-component .whole-component__grid .common-list .uk-list li:nth-of-type(n+2) {
  margin-top: 20px;
}
.page--order-robot .mall-cart-component {
  background: #035484;
  padding-top: 50px;
  padding-bottom: 60px;
}
.page--order-robot .mall-cart-component .component-header h2 {
  margin-bottom: 80px;
}
.page--order-robot .mall-cart-component .mall-cart-component__grid .uk-grid .col {
  display: flex;
}
.page--order-robot .mall-cart-component .mall-cart-component__grid .mall-cart-component__contents {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.page--order-robot .mall-cart-component .mall-cart-component__grid .mall-cart-component__contents h3 {
  background: #74B1D6;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 35px;
  width: 320px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.page--order-robot .mall-cart-component .mall-cart-component__grid .mall-cart-component__contents img {
  border-radius: 10px;
}
.page--order-robot .auto-component {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #F0F8FF;
}
.page--order-robot .auto-component .common-text {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}
.page--order-robot .auto-component .auto-component__grid {
  margin-top: 60px;
}
.page--order-robot .auto-component .auto-component__grid .auto-component__contents {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.page--order-robot .auto-component .auto-component__grid .auto-component__contents .title {
  color: #1398E3;
  font-weight: 700;
  text-align: center;
  font-size: 100%;
}
.page--order-robot .auto-component .auto-component__grid .auto-component__contents .images {
  text-align: center;
}
.page--order-robot .auto-component .auto-component__grid .auto-component__contents .images img {
  width: 100px;
}
.page--order-robot .auto-component .auto-component__grid .auto-component__contents .text {
  font-size: 58.33333%;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem;
  }
  h2, .uk-h2 {
    font-size: 2rem;
  }
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-container-expand-left, .uk-container-expand-right {
    max-width: calc(50% + 600px - 40px);
  }
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + 375px - 40px);
  }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + 450px - 40px);
  }
  .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + 700px - 40px);
  }
  .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + 800px - 40px);
  }
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .uk-article-title {
    font-size: 2.625rem;
  }
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
  .uk-countdown-number {
    font-size: 6rem;
  }
  .uk-countdown-separator {
    font-size: 3rem;
  }
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3222259247%;
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6638893518%;
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: 33.3222259247%;
  }
  .uk-width-2-3\@m {
    width: 66.6444518494%;
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: 16.6638893518%;
  }
  .uk-width-5-6\@m {
    width: 83.3194467589%;
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
  .uk-column-1-2\@m {
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-1-3\@m {
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-1-4\@m {
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-1-5\@m {
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-1-6\@m {
    -moz-column-count: 6;
    column-count: 6;
  }
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
  .uk-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header, .uk-card-footer {
    padding: 20px 40px;
  }
  .uk-card-large.uk-card-body, .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header, .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .uk-card-body > .uk-nav-default > li > a, .uk-card-body > .uk-nav-default .uk-nav-header, .uk-card-body > .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 55px;
  }
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default > li > a, .uk-card-large > .uk-nav-default .uk-nav-header, .uk-card-large > .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 40px;
  }
  /* Vertical */
  * + .uk-grid-margin {
    margin-top: 40px;
  }
  /* Horizontal */
  .uk-grid-large, .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *, .uk-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large {
    margin-top: 70px;
  }
  .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {
    margin-top: 70px;
  }
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
  .uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
  /* Vertical */
  /* Horizontal */
  /* Vertical */
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6638893518%;
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: 33.3222259247%;
  }
  .uk-width-2-3\@l {
    width: 66.6444518494%;
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: 16.6638893518%;
  }
  .uk-width-5-6\@l {
    width: 83.3194467589%;
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
  [class*=uk-column-] {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .uk-column-divider {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .uk-column-1-2\@l {
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-1-3\@l {
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-1-4\@l {
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-1-5\@l {
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-1-6\@l {
    -moz-column-count: 6;
    column-count: 6;
  }
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left, .uk-align-left\@s, .uk-align-left\@m, .uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right, .uk-align-right\@s, .uk-align-right\@m, .uk-align-right\@l {
    margin-left: 40px;
  }
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large, .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge, .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
  .uk-padding {
    padding: 40px;
  }
  .uk-padding-large {
    padding: 70px;
  }
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset:50px;
  }
  .uk-hidden\@l {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .uk-table-responsive {
    display: block;
  }
  .uk-table-responsive tbody, .uk-table-responsive th, .uk-table-responsive td, .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th, .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link), .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link), .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th, .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
  .uk-background-image\@m {
    background-image: none !important;
  }
  .uk-visible\@m {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .catch .btn {
    margin: 1px auto;
  }
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + 375px - 30px);
  }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + 450px - 30px);
  }
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
  .uk-modal {
    padding: 50px 30px;
  }
  .uk-countdown-number {
    font-size: 4rem;
  }
  .uk-countdown-separator {
    font-size: 2rem;
  }
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3222259247%;
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6638893518%;
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: 33.3222259247%;
  }
  .uk-width-2-3\@s {
    width: 66.6444518494%;
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: 16.6638893518%;
  }
  .uk-width-5-6\@s {
    width: 83.3194467589%;
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
  .uk-column-1-2\@s {
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-1-3\@s {
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-1-4\@s {
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-1-5\@s {
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-1-6\@s {
    -moz-column-count: 6;
    column-count: 6;
  }
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
  .uk-hidden\@s {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .uk-background-image\@s {
    background-image: none !important;
  }
  .uk-visible\@s {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3222259247%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6638893518%;
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: 33.3222259247%;
  }
  .uk-width-2-3\@xl {
    width: 66.6444518494%;
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: 16.6638893518%;
  }
  .uk-width-5-6\@xl {
    width: 83.3194467589%;
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
  .uk-column-1-2\@xl {
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    -moz-column-count: 6;
    column-count: 6;
  }
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
  .uk-hidden\@xl {
    display: none !important;
  }
}
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
  .uk-visible\@l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
  .uk-visible\@xl {
    display: none !important;
  }
}
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media screen and (min-width: 1200px) {
  .global-footer .global-footer__head .foot-contact .btn {
    display: block;
  }
  body {
    font-size: 16px;
  }
  body .component-header h2 {
    line-height: 1.6;
    font-size: 33px;
    margin-bottom: 30px;
  }
  body .common-text {
    font-size: 18.15px;
  }
  body .sub-header h3 {
    font-size: 26.4px;
    line-height: 1.8;
    margin-bottom: 52px;
  }
  body .btn a {
    margin-top: 25px;
  }
  .global-header nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  .global-header nav .uk-navbar-left .uk-logo a {
    width: 200px;
  }
  .global-header nav .uk-navbar-right ul {
    padding-right: 16px;
  }
  .global-header nav .uk-navbar-right ul li a {
    font-size: 15px;
    min-height: 68px;
  }
  .global-header nav .uk-navbar-right .contact-flex {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .requestdocuments {
    width: 247.5px;
  }
  .requestdocuments a:hover {
    opacity: 0.6;
  }
  .global-footer .global-footer__head .head img {
    width: 377.025px;
  }
  .global-footer .global-footer__head .foot {
    padding-left: 24.75px;
  }
  .global-footer .global-footer__head .foot .uk-grid {
    margin-left: -49.5px;
  }
  .global-footer .global-footer__head .foot .uk-grid .col {
    padding-left: 49.5px;
  }
  .global-footer .global-footer__head .foot .uk-list li a {
    font-size: 13.2px;
  }
  .global-footer .global-footer__head .foot-contact .head {
    font-size: 29.7px;
  }
  .global-footer .global-footer__head .foot-contact .btn .btn__grid a {
    width: 181.5px;
    height: 39.6px;
    font-size: 14.85px;
  }
  .global-footer .global-footer__head .foot-contact .btn .btn__grid a.red {
    margin-top: 20px;
  }
  .global-footer .global-footer__foot {
    padding-bottom: 49.5px;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .left .logo {
    max-width: 207.075px;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .right .add .add-privacy {
    width: 70.95px;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .right .add .add-second {
    width: 188.925px;
  }
  .mv-container {
    min-height: 500px;
    height: calc(100vh - 93.59px);
  }
  .mv-container .mv-container__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .mv-container .catch h2 {
    line-height: 1.4;
    margin-bottom: 38px;
  }
  .mv-container .catch .catch__logo {
    font-size: 52.63158%;
  }
  .mv-container .catch .foot-text {
    font-size: 73.68421%;
  }
  .mv-container .catch .btn a {
    max-width: 100%;
  }
  .mv-container .catch .btn a img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -60%);
  }
  .mv-container {
    min-height: 500px;
    height: 50vh;
  }
  .mv-container .mv-container__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .mv-container .catch h2 {
    line-height: 1.4;
    margin-bottom: 38px;
  }
  .mv-container .catch h1 {
    font-size: 1.563rem;
  }
  .mv-container .catch .foot-text {
    font-size: 1rem;
  }
  .mv-container .catch .btn a {
    max-width: 100%;
  }
  .mv-container .catch .btn a img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -60%);
  }
  .role-component {
    padding: 57.75px 0 79.2px;
  }
  .role-component .role-component__grid {
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .role-component .role-component__grid .uk-grid {
    margin-left: -69.3px;
  }
  .role-component .role-component__grid .uk-grid .col {
    padding-left: 69.3px;
  }
  .role-component .role-component__grid .uk-card .uk-card-body {
    padding: 26px 0 0 0;
  }
  .role-component .role-component__grid .uk-card .uk-card-body p {
    font-size: 13.2px;
  }
  .about-component {
    padding-bottom: 107.25px;
  }
  .about-component:before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
  }
  .about-component .video {
    max-width: 627px;
  }
  .api-component {
    padding-top: 130px;
  }
  .api-component .blue-belt img {
    width: 509.85px;
  }
  .api-component .line-image {
    max-width: 82.5%;
  }
  .solve-component .solve-component__container:before {
    -webkit-clip-path: polygon(50% 20%, 100% 0%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 20%, 100% 0%, 100% 100%, 0 100%, 0 0);
  }
  .solve-component .solve-component__container .component-header {
    margin-top: 250px;
  }
  .solve-component .solve-component__grid {
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .solve-component .solve-component__grid .uk-grid {
    margin-left: -62.7px;
  }
  .solve-component .solve-component__grid .uk-grid .col {
    padding-left: 62.7px;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner {
    padding: 60px 0 40px clamp(39.6px, 2vw, 55.75px);
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner h3 {
    font-size: 24.75px;
    width: 320px;
    height: 60px;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li {
    font-size: 16.5px;
  }
  .solve-component .solve-component__material {
    padding-top: 66px;
    padding-bottom: 74.25px;
  }
  .solve-component .solve-component__material .solve-component__material__grid {
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn a {
    width: 395.175px;
    height: 67.65px;
    font-size: 21.45px;
    box-sizing: border-box;
  }
  .solve-component .solve-component__operation .solve-component__operation__grid {
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .solve-component .solve-component__operation .solve-component__operation__grid .uk-grid {
    margin-left: -34px;
  }
  .solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col {
    padding-left: 34px;
  }
  .solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col .col__inner {
    padding: 33px 24.75px;
  }
  .solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col .col__inner h4 {
    font-size: 19.8px;
    min-height: 51px;
  }
  .solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col .col__inner .text {
    font-size: 13.2px;
    font-feature-settings: "palt";
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid {
    margin-bottom: 153.45px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid.overlook__grid {
    max-width: 661.65px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .solve-component__prevent__title {
    font-size: 26.4px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid p {
    font-size: 16.5px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.unsold {
    grid-template-columns: 370px 50px 431px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .request-component .request-component__inner {
    padding-bottom: 41.25px;
  }
  .request-component .request-component__inner .document {
    width: 257.4px;
  }
  .request-component .request-component__inner .lady {
    width: 288.75px;
  }
  .request-component .btn a {
    font-size: 21.45px;
    align-items: center;
    margin-top: 66px;
  }
  .request-component .foot .tel {
    font-size: 29.7px;
  }
  .request-component .foot .text {
    font-size: 13.2px;
  }
  .request-component.download-component {
    padding-top: 66px;
  }
  .request-component.download-component .component-header h2 {
    margin-bottom: 41.25px;
  }
  .commerce-robo-component {
    padding-top: 82.5px;
    padding-bottom: 82.5px;
  }
  .commerce-robo-component .commerce-robo-component__grid .uk-grid {
    margin-left: -71.775px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col {
    padding-left: 71.775px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .text {
    font-size: 13.2px;
    letter-spacing: 0.9px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner h3 {
    font-size: 19.8px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .images img {
    width: 75%;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot h3 {
    font-size: 19.8px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid a {
    width: 326.7px;
    height: 61.05px;
    font-size: 19.8px;
  }
  .commerce-robo-component-start {
    padding-top: 59.4px;
    padding-bottom: 59.4px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .pc {
    width: 289.575px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid {
    margin-left: -76px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid [class*=uk-width] {
    padding-left: 76px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right {
    font-size: 34.65px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right .btn a {
    width: 346.5px;
    height: 61.05px;
    font-size: 19.8px;
    margin-top: 66px;
  }
  .use-component {
    padding-top: 46.2px;
    padding-bottom: 59.4px;
  }
  .use-component .component-header h2 {
    font-size: 33.825px;
    margin-bottom: 27.225px;
  }
  .use-component .use-component__grid {
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .use-component .use-component__grid .uk-grid {
    margin-left: -49.5px;
  }
  .use-component .use-component__grid .uk-grid .col {
    padding-left: 49.5px;
  }
  .use-component .use-component__grid .btn a {
    width: 379.5px;
    height: 57.75px;
    font-size: 19.8px;
    align-items: center;
    margin-top: 66px;
  }
  .use-component .use-component__grid .btn a img {
    right: 10px;
  }
  .info-component {
    padding-top: 41.25px;
    padding-bottom: 49.5px;
  }
  .info-component .info-component__grid {
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .info-component .info-component__grid .col__inner {
    padding: 24.75px 28.875px;
    font-size: 14.85px;
  }
  .support-component {
    padding-top: 49.5px;
    padding-bottom: 55.275px;
  }
  .support-component .support-component__grid {
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 74.25px;
  }
  .support-component .support-component__grid .uk-grid {
    margin-left: -33px;
  }
  .support-component .support-component__grid .uk-grid .col {
    padding-left: 33px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner {
    padding: 37.5px 31px;
    font-size: 26.4px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .title {
    width: 198px;
    height: 49.5px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .foot {
    gap: 20.625px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .foot .between span {
    width: 70.95px;
    height: 70.95px;
    font-size: 16.5px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .foot .memo span {
    font-size: 16.5px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list {
    font-size: 16.5px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li {
    padding-left: 24.75px;
    font-size: 16.5px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li:before {
    top: 8.25px;
    width: 0.825rem;
    height: 0.4125rem;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li:nth-of-type(n+2) {
    margin-top: 16.5px;
  }
  .system-component {
    padding-top: 74.25px;
    padding-bottom: 74.25px;
  }
  .system-component .system-component__grid {
    margin-top: 74.25px;
    max-width: 82.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .system-component .system-component__grid .uk-grid .col .col__inner {
    font-size: 18.15px;
  }
  .system-component .system-component__grid .uk-grid .col .col__inner .num {
    font-size: 74.25px;
  }
  .system-component .system-component__grid .uk-grid .col .col__inner .uk-card-body {
    padding: 16.5px 24.75px 24.75px;
  }
  .contact-component .contact-component__grid {
    max-width: 1060px;
  }
  .news-events-component {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .news-events-component h2 {
    font-size: 49.5px;
  }
  .page--price .kv-container {
    padding: 0 30px;
  }
  .page--price .kv-container .kv-container__grid {
    padding: 0 5%;
  }
  .page--price .kv-container .kv-container__grid .left {
    max-width: 36.875vw;
  }
  .page--price .kv-container .kv-container__grid .left .head {
    margin-bottom: 30px;
  }
  .page--price .kv-container .kv-container__grid .left .text {
    font-size: 1.25vw;
  }
  .page--price .kv-container .kv-container__grid .right {
    max-width: 41.6875vw;
  }
  .page--price .price-component {
    padding-bottom: 110px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion {
    gap: 20px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col {
    width: calc(25% - 15px);
    font-size: 22px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head {
    height: 194px;
    padding: 24px 0 16px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.free .price {
    margin-top: 23.55px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.wms .runking {
    transform: translate(-50%, -50%);
    position: absolute;
    width: 158px;
    height: 34px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .price {
    font-size: 163.63636%;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot {
    padding: 20px 0 0;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot__feature {
    height: 196px;
    padding: 0 16px;
    margin-bottom: 30px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot-head {
    margin-bottom: 0;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a {
    width: calc(100% - 32px);
  }
  .page--price .price-component .price-component__grid .caution {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .page--price .price-component .price-component__grid .caution .uk-inline p {
    font-size: 18px;
    padding-left: 20px;
  }
  .page--price .price-component .price-component__grid .all-btn {
    font-size: 24px;
  }
  .page--price .faq-component .faq-grid {
    padding: 36px 0 36px 40px;
    font-size: 20px;
  }
  .page--order-robot .kv-container {
    padding: 0 30px;
  }
  .page--order-robot .kv-container .kv-container__grid {
    padding: 0 5%;
  }
  .page--order-robot .kv-container .kv-container__grid .left .head {
    margin-bottom: 30px;
  }
  .page--order-robot .kv-container .kv-container__grid .left .head img {
    width: 80%;
  }
  .page--order-robot .kv-container .kv-container__grid .left .text {
    font-size: 1.25vw;
  }
  .page--order-robot .video-component {
    padding-top: 125px;
  }
  .page--order-robot .structure-component {
    margin-top: 125px;
    padding-top: 40px;
    padding-bottom: 125px;
  }
  .page--order-robot .structure-component .structure-component__image {
    margin-top: 80px;
  }
  .page--order-robot .whole-component {
    padding-top: 90px;
    padding-bottom: 110px;
  }
  .page--order-robot .whole-component .whole-component__grid .row {
    grid-template-columns: 1fr 380px 1fr;
    gap: 120px;
  }
  .page--order-robot .whole-component .whole-component__grid .row .joint.joint1 {
    right: 57%;
    top: 32%;
  }
  .page--order-robot .whole-component .whole-component__grid .row .joint.joint2 {
    left: 57%;
    top: 32%;
  }
  .page--order-robot .whole-component .whole-component__grid .row .joint .uk-list li {
    font-size: 28px;
  }
  .page--order-robot .whole-component .whole-component__grid .col__inner .center .uk-list {
    width: 75%;
  }
  .page--order-robot .whole-component .whole-component__grid .common-list {
    font-size: 22.5px;
  }
  .page--order-robot .whole-component .whole-component__grid .common-list.system .head img {
    width: 140px;
  }
  .page--order-robot .whole-component .whole-component__grid .common-list.storage .head img {
    width: 177px;
  }
  .page--order-robot .mall-cart-component {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .page--order-robot .mall-cart-component .mall-cart-component__grid .uk-grid {
    margin-left: -76px;
  }
  .page--order-robot .mall-cart-component .mall-cart-component__grid .uk-grid .col {
    padding-left: 76px;
  }
  .page--order-robot .mall-cart-component .mall-cart-component__grid .mall-cart-component__contents {
    padding: 40px 50px 50px;
  }
  .page--order-robot .mall-cart-component .mall-cart-component__grid .mall-cart-component__contents h3 {
    font-size: 28px;
  }
  .page--order-robot .auto-component {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .page--order-robot .auto-component .auto-component__grid .col.uk-grid-margin {
    margin-top: 60px;
  }
  .page--order-robot .auto-component .auto-component__grid .auto-component__contents {
    font-size: 24px;
    padding: 22px 40px;
  }
}
@media screen and (max-width: 639px) {
  body .btn a img {
    width: 20px;
    margin-left: 20px;
  }
  .global-footer .global-footer__head .foot .uk-list li a {
    font-size: 12px;
  }
  .global-footer .global-footer__head .foot-contact {
    text-align: center;
  }
  .global-footer .global-footer__head .foot-contact .btn .btn__grid a {
    margin-right: auto;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid {
    margin-left: auto;
    margin-right: auto;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .left {
    padding-left: 0;
    margin-left: 0;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .left [class*=uk-width] {
    padding-left: 0;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .right {
    padding-left: 0;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .right .add {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mv-container .images {
    margin-right: auto;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.not-stock {
    row-gap: 30px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.not-stock .arrow img {
    width: 80px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.unsold {
    row-gap: 30px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.unsold .arrow img {
    transform: rotate(90deg);
    width: 80px;
  }
  .request-component .btn a img {
    transform: translate(0, -50%);
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .uk-grid-margin {
    margin-top: 40px;
  }
  .support-component .support-component__grid .uk-grid .col.uk-grid-margin {
    margin-top: 60px;
  }
  .system-component .system-component__grid .uk-grid .col.uk-grid-margin {
    margin-top: 90px;
  }
  .news-events-component .news-events-component__grid .news .text {
    width: 90%;
  }
  .news-events-component .news-events-component__grid .news .contents {
    margin-top: 10px;
  }
  .page--price .kv-container .kv-container__grid {
    flex-wrap: wrap;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.wms {
    padding-top: 26px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .price {
    margin-top: 20px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .price img {
    width: 30px;
  }
  .page--price .faq-component .faq-grid p {
    letter-spacing: 0;
  }
  .page--order-robot .kv-container .kv-container__grid {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  body .btn a img {
    width: 25px;
  }
  .mv-container {
    margin-top: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .mv-container .mv-container__inner {
    width: 100% !important;
    min-height: 500px !important;
  }
  .mv-container .mv-container__inner .catch p {
    font-size: 1.25rem;
  }
  .global-header nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .global-header nav .uk-navbar-left .uk-logo a {
    width: clamp(250px, 30vw, 300px);
  }
  .requestdocuments {
    width: 210px;
  }
  .global-footer .global-footer__head .head {
    margin-bottom: 10px;
  }
  .global-footer .global-footer__head .head img {
    width: 457px;
  }
  .global-footer .global-footer__head .foot {
    padding-left: 30px;
  }
  .global-footer .global-footer__head .foot-contact .head {
    text-align: center;
  }
  .global-footer .global-footer__head .foot-contact .btn {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  .global-footer .global-footer__foot {
    padding-bottom: 60px;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .left .logo {
    width: 251px;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .right {
    margin-left: auto;
    margin-right: auto;
  }
  .uk-offcanvas-bar {
    padding: 60px 15px 30px !important;
  }
  .uk-offcanvas-bar .offcanvas-navigation__inner .uk-nav li a {
    font-size: 18px;
  }
  .mv-container {
    margin-top: 40px;
    width: 80%;
    margin-right: auto;
  }
  .mv-container .catch {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(44px, 4vw, 50px);
  }
  .mv-container .catch .btn a {
    position: relative;
  }
  .mv-container .catch .btn a img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
  .mv-container .catch {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 80%;
    margin-right: auto;
  }
  .mv-container .catch .btn {
    margin-right: 15px;
  }
  .mv-container .catch .btn a {
    position: relative;
  }
  .mv-container .catch .btn a img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
  .images {
    margin-top: 40px;
  }
  .role-component .role-component__grid .uk-grid {
    margin-left: -60px;
  }
  .role-component .role-component__grid .uk-grid .col {
    padding-left: 60px;
  }
  .role-component .role-component__grid .uk-grid .col.uk-grid-margin {
    margin-top: 60px;
  }
  .about-component {
    padding-bottom: 60px;
  }
  .solve-component .solve-component__container:before {
    -webkit-clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);
  }
  .solve-component .solve-component__container .component-header {
    margin-top: 130px;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner {
    padding: 50px 20px 50px 20px;
  }
  .solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn a {
    font-size: 18px;
  }
  .solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn a img {
    width: 25px;
  }
  .solve-component .solve-component__operation .solve-component__operation__grid .uk-grid .col .col__inner h4 {
    font-size: 20px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.not-stock {
    row-gap: 30px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.not-stock .arrow img {
    width: 80px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.unsold {
    row-gap: 30px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.unsold .arrow img {
    transform: rotate(90deg);
    width: 80px;
  }
  .request-component .request-component__inner .document {
    width: 200px;
  }
  .request-component .request-component__inner .lady {
    width: 250px;
  }
  .request-component .btn a {
    width: 350px;
  }
  .request-component .btn a img {
    width: 25px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col.uk-grid-margin {
    margin-top: 60px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner {
    width: 70%;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .images {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid a {
    width: 396px;
    height: 74px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right .btn a {
    width: 420px;
    height: 74px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right .btn a img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -60%);
  }
  .use-component .use-component__grid .btn a {
    width: 460px;
    height: 70px;
  }
  .use-component .use-component__grid .btn a img {
    right: 20px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner {
    padding: 40px 20px 30px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .title {
    width: 240px;
    height: 60px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .text {
    letter-spacing: 0;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li {
    padding-left: 30px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .system-component .system-component__grid .uk-grid .col .col__inner .num {
    font-size: 60px;
  }
  .system-component .system-component__grid .uk-grid .col .col__inner .uk-card-body {
    padding: 20px;
  }
  .news-events-component .news-events-component__grid .news .genre {
    margin: 0 5px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion {
    gap: 20px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.free .price {
    margin-top: 37px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.wms {
    padding-top: 24px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot__feature {
    margin-bottom: 10px;
    padding: 20px 20vw;
  }
  .page--price .faq-component .faq-grid {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  body .btn a {
    font-size: 24px;
  }
  body .btn a img {
    transform: translate(0, -60%);
  }
  .requestdocuments {
    left: auto;
    transform: translate(0, 0);
    bottom: 10px;
    right: 10px;
  }
  .uk-offcanvas-bar .offcanvas-navigation__inner .contact-flex {
    display: flex;
    gap: 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .uk-offcanvas-bar .offcanvas-navigation__inner .contact-flex .block {
    width: 50%;
  }
  .api-component .blue-belt {
    margin-top: 86px;
  }
  .solve-component {
    padding-bottom: 180px;
  }
  .solve-component .solve-component__grid .uk-grid .col {
    display: flex;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner {
    width: 100%;
    box-sizing: border-box;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li {
    padding-left: 30px;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li:before {
    width: 1rem;
    height: 0.5rem;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .solve-component .solve-component__operation {
    padding-bottom: 90px;
  }
  .solve-component .solve-component__prevent {
    padding-top: 90px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid .arrow img {
    transform: translate(0, 40px);
  }
  .request-component .btn {
    display: inline-block;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .images {
    text-align: center;
  }
  .use-component .use-component__grid .btn a img {
    top: 50%;
    position: absolute;
    transform: translate(0, -60%);
  }
  .news-events-component .news-events-component__grid .news {
    margin-bottom: 15px;
  }
  .page--price .kv-container .kv-container__grid:before {
    padding-top: 35.45052%;
  }
  .page--price .faq-component .faq-grid p {
    padding-left: 30px;
  }
  .page--order-robot .kv-container .kv-container__grid:before {
    padding-top: 35.45052%;
  }
  .page--order-robot .structure-component .structure-component__grid {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  body .btn a img {
    position: absolute;
    width: 24.75px;
    right: 20px;
    top: 50%;
  }
  .global-footer .global-footer__head .foot .uk-grid .col {
    width: auto;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid {
    grid-template-columns: 370px 50px auto;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.not-stock .arrow img {
    transform: translate(0, 40px);
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid .image-grid.overlook {
    grid-template-columns: 370px 370px;
    grid-template-rows: auto auto;
    -moz-column-gap: 62px;
    column-gap: 62px;
    row-gap: 40px;
  }
  .request-component .btn a {
    width: 346.5px;
    height: 61.05px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .images {
    margin-top: 82.5px;
    margin-bottom: 52.8px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner.blue .uk-list li:before {
    border: 4px solid #035484;
    border-top-style: none;
    border-right-style: none;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner.pink .uk-list li:before {
    border: 4px solid #F06680;
    border-top-style: none;
    border-right-style: none;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col:nth-of-type(n+2) {
    margin-top: 0;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head {
    pointer-events: none;
    border-radius: 12px 12px 0 0;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .page--price .price-component .price-component__grid .all-btn .btn a {
    margin-top: 43px;
  }
  .page--order-robot .video-component .video-component__grid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1034px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mv-container .mv-container__inner .catch .foot-text {
    font-size: 1.25rem !important;
  }
  .mv-container .mv-container__inner .catch-image {
    width: calc(100% - 30px);
  }
  .mv-container .mv-container__inner .catch-image img {
    width: 60% !important;
    margin: 0 0 0 40%;
  }
  .global-header nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .global-header nav .uk-navbar-left .uk-logo a {
    width: clamp(250px, 30vw, 300px);
  }
  .requestdocuments {
    width: 280px;
  }
  .global-footer .global-footer__head .head img {
    width: 457px;
  }
  .global-footer .global-footer__head .foot {
    padding-left: 30px;
  }
  .global-footer .global-footer__head .foot .uk-grid {
    margin-left: -30px;
  }
  .global-footer .global-footer__head .foot .uk-grid .col {
    padding-left: 30px;
  }
  .global-footer .global-footer__foot {
    padding-bottom: 60px;
  }
  .global-footer .global-footer__foot .global-footer__foot__grid .left .logo {
    width: 200px;
  }
  .mv-container {
    height: 50vh;
    min-height: 500px;
  }
  .mv-container .mv-container__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-container .catch {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: clamp(34px, 3vw, 38px);
  }
  .mv-container .catch .catch__logo img {
    width: 40%;
  }
  .mv-container .catch .btn a {
    max-width: 400px;
  }
  .mv-container .images {
    width: clamp(600px, 56.5vw, 950px);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -60%);
  }
  .role-component .role-component__grid .uk-grid {
    margin-left: -60px;
  }
  .role-component .role-component__grid .uk-grid .col {
    padding-left: 60px;
  }
  .api-component .blue-belt img {
    width: 618px;
  }
  .solve-component .solve-component__container:before {
    -webkit-clip-path: polygon(50% 15%, 100% 0%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 15%, 100% 0%, 100% 100%, 0 100%, 0 0);
  }
  .solve-component .solve-component__container .component-header {
    margin-top: 180px;
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner {
    padding: 70px 0 70px clamp(48px, 4vw, 55px);
  }
  .solve-component .solve-component__grid .uk-grid .col .col__inner .uk-list li {
    font-size: 16px;
  }
  .solve-component .solve-component__material .solve-component__material__grid .uk-grid .col .col__inner .btn a img {
    right: 35px;
  }
  .solve-component .solve-component__prevent .solve-component__prevent__grid.overlook__grid {
    max-width: 802px;
  }
  .request-component .request-component__inner .document {
    width: 250px;
  }
  .request-component .request-component__inner .lady {
    width: 320px;
  }
  .request-component .btn a img {
    right: 30px;
  }
  .commerce-robo-component .commerce-robo-component__grid .col .col__inner .foot .btn .btn__grid a {
    width: 396px;
    height: 74px;
  }
  .commerce-robo-component-start .commerce-robo-component-start__grid .uk-grid .right .btn a {
    width: 420px;
    height: 74px;
  }
  .use-component .use-component__grid .btn a {
    width: 460px;
    height: 70px;
  }
  .use-component .use-component__grid .btn a img {
    right: 20px;
  }
  .info-component .info-component__grid .col__inner {
    padding: 30px 35px;
  }
  .support-component .support-component__grid {
    margin-top: 90px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner {
    padding: 40px 20px 30px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .title {
    width: 240px;
    height: 60px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .text {
    letter-spacing: 0;
    font-size: 18px;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .foot .memo span {
    font-size: clamp(16px, 1.49vw, 62.5%);
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list {
    font-size: clamp(18px, 1.5vw, 62.5%);
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li {
    padding-left: 30px;
    letter-spacing: 0;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li:before {
    top: 10px;
    width: 1rem;
    height: 0.5rem;
  }
  .support-component .support-component__grid .uk-grid .col .col__inner .uk-list li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .system-component .system-component__grid .uk-grid .col .col__inner .uk-card-body {
    padding: 20px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion {
    gap: 10px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col {
    width: calc(25% - 7.5px);
    font-size: 18px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head {
    height: 157px;
    padding: 24px 0 16px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head .icon {
    right: 10px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head.free .price {
    margin-top: 18px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .head h2 {
    font-size: clamp(16px, 1.7vw, 18px);
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .foot__feature {
    height: 193px;
    padding: clamp(10px, 1.5vw, 16px);
    margin-bottom: 20px;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a {
    width: calc(100% - 20px);
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a img {
    right: 10px;
    width: 16px;
  }
  .page--price .price-component .price-component__grid .caution .uk-inline p {
    font-size: 16px;
  }
  .page--price .price-component .price-component__grid .all-btn {
    font-size: 20px;
  }
  .page--price .price-component .price-component__grid .all-btn .btn a {
    font-size: 20px;
    max-width: 384px;
  }
  .page--price .faq-component .faq-component__grid {
    max-width: 800px;
  }
  .page--price .faq-component .faq-grid {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .global-header nav .uk-navbar-right ul li a {
    padding: 0 16px;
  }
  .mv-container {
    padding: 0 10%;
  }
  .mv-container .catch {
    max-width: 27vw;
  }
  .mv-container .catch .catch__logo img {
    width: 100%;
  }
  .mv-container .images {
    width: 49vw;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a img {
    right: 10px;
    width: 16px;
  }
  .page--order-robot .kv-container .kv-container__grid {
    gap: 40px;
  }
  .page--order-robot .kv-container .kv-container__grid .left {
    max-width: 35.625vw;
  }
  .page--order-robot .kv-container .kv-container__grid .right {
    max-width: 31.25vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .mv-container .mv-container__inner .btn-L {
    width: 100% !important;
  }
  .mv-container .mv-container__inner .btn-L a {
    width: 100% !important;
  }
  .mv-container .mv-container__inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .mv-container .catch {
    max-width: 34vw;
  }
  .mv-container .catch div {
    display: initial;
  }
  .mv-container .catch .btn {
    margin-right: 15px;
    float: left;
  }
  .mv-container .images {
    width: 55.53333vw;
  }
  .page--price .price-component .price-component__grid .price-component__grid__accordion .col .foot .bottom a img {
    width: 1.33333vw;
    right: 10px;
  }
  .page--order-robot .kv-container .kv-container__grid {
    gap: 20px;
  }
  .page--order-robot .kv-container .kv-container__grid .left {
    max-width: 37.5vw;
  }
  .page--order-robot .kv-container .kv-container__grid .right {
    max-width: 35.1875vw;
  }
}
h3.tokutyou {
  margin: 0px;
}

.yohaku {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 30px;
  margin-left: 30px;
}

.yohaku_know {
  margin-top: 100px;
  margin-bottom: 300px;
  margin-right: 30px;
  margin-left: 30px;
}

.yohaku2 {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 30px;
  margin-left: 30px;
}

hr.yohaku {
  margin-top: 70px;
  margin-bottom: 70px;
}

.iframe-wrapper iframe {
  width: 563px;
  height: 315px;
}

@media (max-width: 480px) {
  .iframe-wrapper iframe {
    width: 368px;
    height: 200px;
  }
}
.order-movie-center {
  text-align: center;
  margin-bottom: 20px;
}

.order-box {
  margin: auto;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 20px 20px 20px 20px;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.order-box4 {
  margin: auto;
  width: 100%;
  height: 100%;
  background: #F0F8FF;
  border-radius: 20px 20px 20px 20px;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.order-center {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #1398E3;
  border-radius: 20px 20px 0px 0px;
}

.order-left {
  text-align: left;
}

.order-margin {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 35%;
  margin-right: 35%;
  height: 80%;
  text-align: center;
}

:root {
  --shadow-color: 240deg 7% 6%;
}

.margin-right-left {
  margin-right: 95px;
  margin-left: 95px;
}
@media screen and (max-width:1280px) {
  .order-robot-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.order-robot-container .order-center {
  height: 68px;
  display:flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:480px) {
  .order-robot-container .order-center {
    font-size: 1em;
  }
  .order-robot-container .order-left {
    font-size: .75em;
  }
}
.or-grid-section {
  background: linear-gradient(to bottom, #F0F8FF 25%, #fff 25%);
}
.or-grid-section .commerce-robo-component-start1 {
  background: #fff !important;
}
.margin-right-left .container .row .col-md-4 .order-box5 .order-center {
  white-space: nowrap;
}
.margin-right-left .container .row .col-md-4 .order-box5 .order-left {
  height: 160px !important;
}
.margin-right-left .container .row .col-md-4 .order-box .order-center {
  white-space: nowrap;
}
.margin-right-left .container .row .col-md-4 .order-box .order-left {
  height: 120px !important;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists {
  list-style: none;
  margin: 0 0 80px 0;
  padding: 0;
  background: white;
  height: auto;
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0px 1.8px 3.6px rgba(44, 44, 40, 0.028), 0px 5px 10px rgba(44, 44, 40, 0.04), 0px 12.1px 24.1px rgba(44, 44, 40, 0.052), 0px 40px 80px rgba(44, 44, 40, 0.08);
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists:hover {
  box-shadow: 0px 1.8px 3.6px rgba(44, 44, 40, 0.056), 0px 5px 10px rgba(44, 44, 40, 0.08), 0px 12.1px 24.1px rgba(44, 44, 40, 0.104), 0px 40px 80px rgba(44, 44, 40, 0.16);
}
@media all and (-ms-high-contrast: none) {
  .margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-top img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 992px) {
  .margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-top img {
    height: 50vw;
  }
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-top img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-middle {
  text-align: left;
  width: calc(100% - 30px);
  height: 136px;
  margin: 8px 16px;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-middle .tag {
  font-size: 1.25rem;
  width: 100px;
  color: #28282c;
  border-radius: 4px;
  font-weight: 600;
  padding-top: 30px;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-middle p {
  color: #28282c;
  width: calc(100% - 30px);
  font-size: 0.8rem;
  margin: 8px 0;
  height: 40px;
  overflow: hidden;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-middle .time {
  font-size: 0.8rem;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-bottom {
  width: 100% !important;
  height: 56px;
  position: relative;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-bottom a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
  height: 40px;
  padding: 16px;
  line-height: 2px;
  border-radius: 4px;
  color: #0052cc;
  border: 2px solid #0052cc;
  text-decoration: none;
  transition: all 250ms linear;
}
.margin-right-left .container .row .col-md-4 .col-md-4-lists .col-md-4-list-bottom a:hover {
  background: #0052cc;
  color: white;
}

/*order robot.html*/
.order-container{
  padding: 0 0 30px 0;
}
/*kinou.html*/
.main-font-size {
  font-size: 30px !important;
}

.tokutyo-moji {
  font-size: 25px;
}

.marigin-kinou-top {
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  width: 120% !important;
}
.marigin-kinou-top img {
  width: 120%;
}

.kinou-plan-moji p {
  font-size: 30px;
  color: #2093D4;
}

.colum-set {
  text-align: left;
}

.culum-span {
  display: inline-block;
}

.colum-set2 {
  text-align: left;
  margin-right: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.colum-margin {
  font-size: 0.9em;
  color: gray;
  margin-left: 30px;
}

.figure {
  float: left;
}

.grow {
  display: inline-block;
  transition-duration: defaultDuration;
  transition-property: transform;

  @include hideTapHighlightColor();
  @include hardwareAccel();
  @include improveAntiAlias();
}
.grow:hover {
  transform: scale(1.1);
}

.sample1 img:hover {
  opacity: 0.6;
  /* 40％ほど透過させる */
}

@media (max-width: 480px) {
  .order-margin {
    text-align: center;
  }
  .colum-set2 {
    text-align: left;
  }
  .margin-right-left {
    margin-right: 20px;
    margin-left: 20px;
  }
  .w-single-container {
    flex-direction: column;
  }
  .w-single-inner {
    width:100% !important;
  }
}
.order-box2 {
  margin: auto;
  width: 100%;
  height: 100%;
  background: #F0F8FF;
  border-radius: 20px 20px 20px 20px;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.order-box3 {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 20px 20px 20px 20px;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.order-box4 {
  margin: auto;
  width: 100%;
  height: 100%;
  background: #F0F8FF;
  border-radius: 2px 2px 2px 2px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2px 2px 2px 2px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.order-box5 {
  width: 100%;
  height: 100%;
  background: #F0F8FF;
  border-radius: 20px 20px 20px 20px;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.order-box6 {
  background: white;
  border-radius: 20px 20px 20px 20px;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-right: 13%;
  margin-left: 13%;
  border: solid 4px #0070C0;
}

.flex1 {
  display: flex;
}

.right1 {
  width: 50%;
  padding-top: 23px;
}

.left1 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.right2 {
  width: 65%;
}

.left2 {
  width: 35%;
}

.espool_top {
  margin-top: 35px;
}

.espool_table1 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  width: 35%;
  border: 1px #D9D9D9 solid;
}

.espool_table2 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  width: 65%;
  border: 1px #D9D9D9 solid;
}

.table_espool {
  border: 1px #D9D9D9 solid;
}

.espool_right1 {
  padding-left: 30px;
}

.espool_line {
  line-height: 10px;
}

.espool_middle {
  display: flex;
  align-items: center;
}

.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  display: inline;
  float: center;
  margin: 0 8px 8px 0;
  padding: 0;
}

.follow-me-right, .follow-me-left {
  width: 50%;
}

.follow-me li a::before {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px;
  /* Button height */
  line-height: 44px;
  /* Button height */
  transition: all 0.3s ease;
  text-align: center;
  width: 44px;
  /* Button width */
}
.follow-me li a:hover::before {
  opacity: 0.7;
}
.follow-me li a[href*="amazon.co.jp"]::before, .follow-me li a[href*="amazon.com"]::before {
  background-color: #ff9900;
  content: "\f270";
}
.follow-me li a[href*="codepen.io"]::before {
  background-color: #000000;
  content: "\f1cb";
}
.follow-me li a[href*="delicious.com"]::before {
  background-color: #3399ff;
  content: "\f1a5";
}
.follow-me li a[href*="deviantart.com"]::before {
  background-color: #05cc47;
  content: "\f1bd";
}
.follow-me li a[href*="digg.com"]::before {
  background-color: #000000;
  content: "\f1a6";
}
.follow-me li a[href*="dribble.com"]::before {
  background-color: #ea4c89;
  content: "\f17d";
}
.follow-me li a[href*="dropbox.com"]::before {
  background-color: #007ee5;
  content: "\f16b";
}
.follow-me li a[href*="facebook.com"]::before {
  background-color: #3b5998;
  content: "\f09a";
}
.follow-me li a[href*="feedly.com"]::before {
  background-color: #6cc655;
  content: "\f09e";
}
.follow-me li a[href*="flickr.com"]::before {
  background-color: #0063dc;
  content: "\f16e";
}
.follow-me li a[href*="foursquare.com"]::before {
  background-color: #f94877;
  content: "\f180";
}
.follow-me li a[href*="github.com"]::before {
  background-color: #181717;
  content: "\f09b";
}
.follow-me li a[href*="plus.google.com"]::before {
  background-color: #dc4e41;
  content: "\f0d5";
}
.follow-me li a[href*="b.hatena.ne.jp"]::before {
  background-color: #008fde;
  content: "\f027";
  font-family: blogicon;
}
.follow-me li a[href*="instagram.com"]::before {
  background-color: #125688;
  content: "\f16d";
}
.follow-me li a[href*="last.fm"]::before {
  background-color: #d51007;
  content: "\f202";
}
.follow-me li a[href*="linkedin.com"]::before {
  background-color: #0077b5;
  content: "\f0e1";
}
.follow-me li a[href*="nicovideo.jp"]::before {
  background-color: #eaeaea;
  content: "\f047";
  font-family: blogicon;
}
.follow-me li a[href*="pinterest.com"]::before {
  background-color: #bd081c;
  content: "\f0d2";
}
.follow-me li a[href*="getpocket.com"]::before {
  background-color: #ef3f56;
  content: "\f265";
}
.follow-me li a[href*="reddit.com"]::before {
  background-color: #ff4500;
  content: "\f1a1";
}
.follow-me li a[href*="skype.com"]::before, .follow-me li a[href*="skype:"]::before {
  background-color: #00aff0;
  content: "\f17e";
}
.follow-me li a[href*="slideshare.net"]::before {
  background-color: #2d2d2d;
  content: "\f1e7";
}
.follow-me li a[href*="spotify.com"]::before {
  background-color: #84bd00;
  content: "\f1bc";
}
.follow-me li a[href*="steamcommunity.com"]::before {
  background-color: #171a21;
  content: "\f1b6";
}
.follow-me li a[href*="stumbleupon.com"]::before {
  background-color: #eb4929;
  content: "\f1a4";
}
.follow-me li a[href*="tumblr.com"]::before {
  background-color: #36465d;
  content: "\f173";
}
.follow-me li a[href*="twitch.tv"]::before {
  background-color: #6441a5;
  content: "\f1e8";
}
.follow-me li a[href*="twitter.com"]::before {
  background-color: #55acee;
  content: "\f099";
}
.follow-me li a[href*="vimeo.com"]::before {
  background-color: #1ab7ea;
  content: "\f27d";
}
.follow-me li a[href*="vine.co"]::before {
  background-color: #11b58a;
  content: "\f1ca";
}
.follow-me li a[href*="weibo.com"]::before {
  background-color: #e6162d;
  content: "\f18a";
}
.follow-me li a[href*="whatsapp.com"]::before {
  background-color: #64d548;
  content: "\f232";
}
.follow-me li a[href*="wordpress.com"]::before, .follow-me li a[href*="wordpress.org"]::before {
  background-color: #21759b;
  content: "\f19a";
}
.follow-me li a[href*="youtube.com"]::before {
  background-color: #cd201f;
  content: "\f16a";
}
.follow-me li a[href$="/feed"]::before {
  background-color: #ffa500;
  content: "\f09e";
}
.follow-me li a[href$="/subscribe"]::before {
  background-color: #363636;
  content: "\f000";
  font-family: blogicon;
}

.active1 {
  color: #1398E3;
}

.margin-PMS {
  margin: 30px 110px 60px 110px;
}

.left_PMS {
  margin-right: 200px;
}

.hr-seminer {
  height: 3px;
  background-color: #1398E3;
  border: none;
  margin-right: 530px;
  margin-left: 530px;
}

.thanks-section {
  background: aliceblue;
  padding: 30px;
}

.top-margin-index {
  padding: 40px 100px;
  border-radius: 40px;
}

@media (max-width: 480px) {
  .top-margin-index {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex1 {
    display: block;
  }
  .right1 {
    margin-top: 20px;
    width: 100%;
  }
  .left1 {
    width: 100%;
  }
  .order-box2 {
    margin: auto;
    width: 100%;
    height: 100%;
    background: #F0F8FF;
    border-radius: 20px 20px 20px 20px;
    padding-top: 3%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .marrgin {
    margin-right: 40px;
    margin-left: 40px;
  }
  .margin-PMS {
    margin: 0px;
  }
  .yohaku2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .yohaku3 {
    margin-bottom: 40px;
  }
  .sorry_1 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.sorry_1 {
  margin-right: 450px;
  margin-left: 450px;
}

@media (min-width: 480px) {
  .br-sp {
    display: none;
  }
  .top-margin-index {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.checkmark001 {
  padding-left: 24px;
  position: relative;
}
.checkmark001:before, .checkmark001:after {
  content: "";
  display: block;
  position: absolute;
}
.checkmark001:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 2px;
}
.checkmark001:after {
  border-left: 2.5px solid #035484;
  border-bottom: 2.5px solid #035484;
  width: 18px;
  height: 5px;
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}

.back-blue {
  background: #F0F8FF;
}

.float2, .float3 {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
  /*アニメーションの設定*/
  transition: all 0.3s;
}
.float2:hover, .float3:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

/*hoverをしたらボックスの影が拡がり色が濃くなる*/
/*hoverをしたらボックスの影が拡がり色が濃くなる*/
.left-margin {
  padding-left: 20px;
}

.text-background-test01 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 5px;
  margin-top: 20px;
  background: #74B1D6;
}

.margin-center {
  padding: 5px;
  width: 600px;
}

.border2 {
  text-align: bottom;
  background-color: #74B1D6;
  width: 100px;
  height: 5px;
}

.margin-paradise {
  margin-left: 40px;
  margin-right: 40px;
}

.margin1 {
  margin-left: 80px;
  margin-right: 80px;
}

.background-useful {
  background: linear-gradient(to right, #035484 50%, #74B1D6);
}

.margin-useful {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: 0.4s;
}
.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #035484;
  border: solid 2px #035484;
  border-radius: 3px;
  transition: 0.4s;
}
.btn-flat-border2:hover {
  background: #035484;
  color: white;
}

.margin4 {
  margin: 3px;
}

.margin5 {
  margin: 20px;
}

.margin6 {
  margin: 10px;
}

.margin9 {
  padding-top: 300px;
  margin-right: 300px;
  margin-left: 300px;
  margin-bottom: 300px;
}

.margin7 {
  margin-top: 70px;
  margin-right: 300px;
  margin-left: 300px;
  margin-bottom: 10px;
}

.margin-23 {
  padding-top: 100px;
  margin-bottom: 100px;
}

.margin-1 {
  margin-top: 30px;
}

body .btn1 a {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 47px;
  display: flex;
  background: #FF4300;
  border-radius: 38px;
  color: #fff;
  justify-content: center;
  font-size: 18px;
  max-width: 380px;
  box-sizing: border-box;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 17px;
  margin-top: 20px;
  position: relative;
  transition: 0.2s ease;
  opacity: 1;
}
body .btn1 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.background_PMS {
  background: #3399FF;
}

.margin12 {
  margin-bottom: 40px;
}

.margin13 {
  margin-top: 1x;
  margin-bottom: 1px;
}

.margin14 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 120px;
  margin-right: 120px;
}

.margin15 {
  margin-right: 130px;
  margin-left: 130px;
}

.margin18 {
  text-align: center;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.margin19 {
  text-align: center;
  margin-right: 130px;
  margin-left: 130px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.margin21 {
  text-align: center;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.padding-1 {
  padding: 20px;
}

.padding-2 {
  padding-bottom: 60px;
}

.icon_check1 {
  margin: 5px;
}

.margin20 {
  padding: 5px;
}

.margin24 {
  display: block;
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin26 {
  display: block;
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.right-24 {
  margin-left: 300px;
}

.margin25 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.margin27 {
  margin-right: 120px;
  margin-bottom: 10px;
}

.margin28 {
  display: block;
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.h2_back {
  padding: 0.1px 1px 12px 20px;
  border-left: 5px solid #74B1D6;
  background: #F7F7F7;
}

.box-4 {
  display: inline-block;
  margin-top: 10px;
  width: 30px;
  height: 10px;
  background: #74b1d6;
}

.box-1 {
  display: inline-block;
  height: 30px;
  width: 40px;
}

.box-2 {
  display: inline-block;
  height: 30px;
  width: 150px;
}

.box-7 {
  display: inline-block;
  height: 30px;
  width: 300px;
}

.box-6 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 2px #707070;
}
.box-6 p {
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .margin15 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .margin14 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .margin7 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .margin18, .margin19 {
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .margin21 {
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .margin24 {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .margin26 {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .right-24 {
    margin-left: 30px;
  }
  .margin25 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .margin27 {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .margin28 {
    display: block;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .box-2 {
    display: inline-block;
    height: 30px;
    width: 150px;
  }
  .box-7 {
    display: inline-block;
    height: 30px;
    width: 250px;
  }
  .box-6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 2px #707070;
  }
  .box-6 p {
    margin: 0;
    padding: 0;
  }
}
.order-robo-moji {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: white;
  font-size: 32px;
  background-color: white;
  margin-top: 100px;
}

.padding-add {
  padding: 10px 10px 20px 10px;
  border-radius: 5px;
}

.question-form-paddingtop {
  padding-top: 10px;
}

@media (max-width: 600px) {
  .dashboard img{
    width: 100%;
  }
  .order-robo-moji {
    padding-top: 10px;
    font-size: 25px;
    margin-top: 30px;
  }
  .body-otoiawase {
    background: aliceblue;
  }
  #wrapper {
    width: 100%;
    overflow-x: hidden !important;
  }
}
.body-otoiawase {
  background: aliceblue;
}

.section-otoiawse {
  background: aliceblue;
  width: 90%;
  margin: 0 auto;
}

/*↓枠線にcssをかけるためのclass*/
.radius-maru30 {
  border-radius: 30px;
  padding: 50px 0;
  margin: 30px 0 50px 0;
}

.news-and-event {
  color: #3399FF !important;
}

/*lightbox.cssにmakes-whiteがあるので注意 by yoshizaki*/
.make-white {
  background-color: white !important;
}

table {
  margin: 50px auto;
  border: solid 1px black;
}

.tbl-r02 th {
  background: #F5F5F5;
  border: solid 1px black;
  color: black;
  padding: 10px;
  width: 25%;
}
.tbl-r02 td {
  color: black;
  padding: 10px;
  border: solid 1px black;
  width: 75%;
}

@media screen and (max-width: 640px) {
  .mv-container .mv-container__inner h2 {
    font-size: 2.441rem;
  }
  .last td:last-child {
    border-bottom: solid 1px black;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*pespmnal-info.html*/
.personal-info-p{
  margin-top: 40px;
}
.personal-info-blue{
  color: blue;

}

/*追加セミナー*/


.tsuika-campaign-margin {
  margin: 0 !important;
}

.tsuika-cta-margin {
  margin: 64px auto !important;
}

.tsuika-float-margin {
  margin: 40px 0 !important;
}

.tsuika-hero {
  max-width: 1080px;
  height: auto;
  margin: 40px auto;
}

.tsuika-hero img {
  width: 100%;
}

.tsuika-seminar-main {
  min-width: 800px;
  width: auto;
  height: auto;
  margin: auto;
  overflow-x: hidden;
}

.tsuika-seminar-section {
  max-width: 1080px;
  height: auto;
  margin: auto;
}

.gaiyou-container-wrapper {
  position: relative;
}
.gaiyou-container-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -360px;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: url(../assets/seminer/detail-arrow.png) no-repeat center/contain;
  z-index: 1000;
}
.gaiyou-container-wrapper::after {
  content: "今回のセミナーでは";
  position: absolute;
  text-align: center;
  color: #023452;
  font-size: 3.815rem;
  font-weight: bold;
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  text-shadow: 0 0 16px #ffffff, 0 0 24px #ffffff, 0 0 32px #049179, 0 0 40px #049179;
}

.gaiyou-h2 {
  font-size: 3.052rem;
  font-weight: 600;
  text-align: center;
  margin: 80px 0;
  color: #012438;
}

.gaiyou-h2 span {
  display: inline-block;
  position: relative;
}

.gaiyou-h2 span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  transform: translateY(20px);
  background: #012438;
}

.gaiyou-container1 {
  width: 100%;
  height: 400px;
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr;
  grid-template-rows: 1fr 0.6fr 1fr;
  list-style-type: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin: 120px 0;
  overflow: hidden;
}

.gaiyou-container1 li:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
  z-index: 50;
}

.gaiyou-container1 li:nth-child(4) {
  grid-column: 1/3;
  grid-row: 1/3;
  z-index: 100;
}

.gaiyou-container1 li:nth-child(4) p {
  font-size: 3.052rem;
  padding: 40px;
  margin: 40px;
  background: white;
  border: 2px solid #012438;
  color: #012438;
}

.gizi-border1, .gizi-border2 {
  position: relative;
}

.gizi-border1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(32px, 32px);
  background: rgb(1, 36, 56);
  border: 2px solid #f7f7f7;
  z-index: -2;
}

.gizi-border2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-32px, 32px);
  background: rgb(1, 36, 56);
  border: 2px solid #f7f7f7;
  z-index: -2;
}

.gaiyou-container1 li:nth-child(2) {
  width: 200%;
  height: 100%;
  grid-column: 2/4;
  grid-row: 2/4;
  background: #F7F7F7;
  transform: translateX(52px) skewX(-24deg);
  overflow: hidden;
}

.gaiyou-container1 li:nth-child(3) {
  grid-column: 2/4;
  grid-row: 1/4;
  z-index: 100;
  position: relative;
}

.gaiyou-container1 li:nth-child(3) img {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 240px;
  filter: drop-shadow(40px 0px 0px rgba(49, 115, 153, 0.4));
}

.gaiyou-container2 {
  width: 100%;
  height: 500px;
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr;
  grid-template-rows: 1fr 0.6fr 1fr;
  list-style-type: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin: 0;
  overflow: hidden;
}

.gaiyou-container2 li:nth-child(4) {
  grid-column: 2/4;
  grid-row: 1/4;
  z-index: 100 !important;
}

.gaiyou-container2 li:nth-child(4) p {
  font-size: 3.052rem;
  padding: 40px;
  margin: 40px;
  background: white;
  border: 2px solid #012438;
  color: #012438;
}

.gaiyou-container2 li:nth-child(1) {
  width: 200%;
  grid-column: 1/3;
  grid-row: 2/4;
  background: #F7F7F7;
  transform: translateX(calc(-50% - 68px)) skewX(24deg);
  overflow: hidden;
}

.gaiyou-container2 li:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/3;
  transform: translateX(0px) skewX(24deg);
}

.gaiyou-container2 li:nth-child(1) {
  grid-column: 1/3;
  grid-row: 2/4;
}

.gaiyou-container2 li:nth-child(3) img {
  position: absolute;
  bottom: 0;
  left: 80px;
  width: 480px;
  filter: drop-shadow(-40px 0px 0px rgba(49, 115, 153, 0.4));
}

.detail-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0 !important;
  margin: 400px auto 320px;
}

.detail-bg {
  max-width: initial !important;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail-container {
  display: flex;
  max-width: 800px;
  list-style-type: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin: auto;
  padding-top: 160px;
}

.detail-container li:nth-child(1) {
  width: 50%;
  position: relative;
}

.detail-container li:nth-child(1) p {
  font-size: 1.953rem;
  padding: 40px;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: rgb(7, 38, 56);
  font-weight: 600;
  opacity: 0.8;
  box-shadow: 0px 0px 160px 40px rgba(5, 141, 156, 0.5);
}

.detail-container li:nth-child(2) {
  width: 50%;
  position: relative;
}

.detail-container li:nth-child(2) p {
  font-size: 1.953rem;
  padding: 40px;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0px 0px 160px 40px rgba(5, 141, 156, 0.5);
  color: rgb(7, 38, 56);
  font-weight: 600;
  opacity: 0.8;
}

.osusume-wrapper {
  width: 100%;
  background: #023452;
  margin: 160px 0;
  transform: skewY(-8deg);
}

.osusume-h3 {
  font-size: 3.052rem;
  text-align: center;
  color: white;
  transform: skewY(8deg);
}

.osusume-h3 span {
  display: inline-block;
  margin: 80px 0;
  position: relative;
}

.osusume-h3 span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  transform: translateY(20px);
  background: white;
}

.osusume-h3 strong {
  font-size: 4.768rem;
  color: #023452;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.osusume-container {
  display: flex;
  list-style-type: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  flex-wrap: wrap !important;
  margin: 0;
  padding-bottom: 120px;
  height: auto;
  transform: skewY(8deg);
}

.osusume-container li {
  width: calc(33.33% - 32px);
  min-height: 120px;
  flex-shrink: 0;
  margin: 16px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.osusume-container li p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.953rem;
  padding: 8px 16px;
  background: linear-gradient(to right, #023452, transparent);
  z-index: 10;
  text-shadow: 1px 1px 0 #023452, -1px -1px 0 #023452, -1px 1px 0 #023452, 1px -1px 0 #023452, 0px 1px 0 #023452, -1px 0 #023452, -1px 0 0 #023452, 1px 0 0 #023452;
}

.tsuika-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 3em;
  width: 400px;
  height: 80px;
  color: white;
  font-size: 1.953rem;
  font-weight: 700;
  background-color: #439DD1;
  transition: 0.3s;
  text-decoration: none !important;
  border-radius: 50vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tsuika-cta:hover {
  color: white;
  background-color: #0486D1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.tsuika-cta::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid white;
  border-right: 4px solid white;
  transform: rotate(45deg);
}

.program-container {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 40px 0;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.program-container-left {
  height: auto;
  position: relative;
  border-right: 2px dotted black;
  position: relative;
  z-index: 0;
}

.program-container-left::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 99%;
  top: 50%;
  right: 29px;
  transform: translate(0, -50%);
  background-color: transparent;
  background-image: radial-gradient(#0486D1 20%, transparent 20%);
  background-size: 44px 44px;
  background-position: top;
  z-index: -1;
}

.program-container-left .start-time {
  position: absolute;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  right: 6px !important;
  font-size: 1.953rem;
  background: #0486D1;
  text-align: center;
  line-height: 64px;
  color: white;
}

.program-container-left .end-time {
  position: absolute;
  bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  right: 6px !important;
  font-size: 1.953rem;
  background: #0486D1;
  text-align: center;
  line-height: 64px;
  color: white;
}

.program-container-left hr {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-left: 2px dotted black;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.program-container-right {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  margin: 40px 80px 40px 40px !important;
}

.program-container-right dt {
  font-size: 2.441rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid black;
  padding: 12px;
  position: relative;
  z-index: 1;
  font-style: italic;
  line-height: 32px;
}

.program-container-right dt::before {
  position: absolute;
  content: "";
  width: 99%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: -1;
}

.program-container-right dt span {
  font-style: normal;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  padding: 6px 12px;
}

.program-container-right dd {
  margin-bottom: 80px;
  padding-top: 16px;
  padding-left: 80px;
  font-size: 1.563rem;
}

.tsuika-title-margin {
  margin-top: 0 !important;
  border-left: 12px solid #74B1D6 !important;
}

.tsuika-title-margin h2 {
  font-size: 3.052rem !important;
}

.tsuika-th {
  text-align: center !important;
  padding: 8px !important;
  font-size: 1.953rem !important;
}

.tsuika-td {
  padding: 8px !important;
  font-size: 1.563rem !important;
}

.tsuika-info-container {
  display: flex;
  margin: 120px auto 40px !important;
}

.tsuika-info-section1 {
  width: 50% !important;
  padding: 24px;
  background: url(../assets/seminer/contact-BG.jpg) no-repeat center/cover;
  color: #F7F7F7;
}

.tsuika-info-section2 {
  width: 50% !important;
  padding: 24px;
  background: #023452;
  color: #f7f7f7;
}

.tsuika-info-section2 h2 {
  font-size: 3.052rem;
}

.tsuika-info-section2 a {
  font-size: 1.25rem;
  color: #439DD1 !important;
}

.lec-info-container {
  max-width: 640px;
  margin: 160px auto 0px;
  border-top: dashed 2px rgba(0, 0, 0, 0.6);
  border-bottom: dashed 2px rgba(0, 0, 0, 0.6);
  padding-bottom: 40px;
}

.lec-info-container legend {
  text-align: center;
  font-size: 2.441rem;
  width: auto !important;
  padding: 8px;
  border: none;
  font-weight: 600;
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 0.8);
}

.tsuika-lec-container {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 16px 0;
}

.tsuika-lec-img img {
  width: 160px;
  border-radius: 100%;
}

.tsuika-lec-detail {
  width: 100%;
  padding: 16px 16px 16px 40px;
}

.tsuika-lec-detail p {
  font-size: 1.953rem;
  color: rgba(0, 0, 0, 0.6);
}

.tsuika-lec-detail span {
  font-size: 2.441rem;
  color: rgba(0, 0, 0, 0.8);
}

.tsuika-th {
  color: rgba(0, 0, 0, 0.8);
}

.tsuika-td {
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 560px) {
  .tsuika-title-margin h2 {
    font-size: 2.441rem !important;
  }
  .tsuika-info-container {
    display: block;
  }
  .tsuika-info-section1 {
    width: 100% !important;
    height: 224px;
    padding: 16px;
  }
  .tsuika-info-section2 {
    width: 100% !important;
    height: 224px;
    padding: 16px;
  }
  .tsuika-info-container h2 {
    font-size: 2.441rem;
  }
  .tsuika-info-container p, .tsuika-info-container a {
    font-size: 1.563rem;
  }
  .tsuika-cta {
    margin: 0 auto;
    padding: 1em 3em;
    max-width: 320px;
    height: 64px;
    font-size: 1.563rem;
  }
  .tsuika-cta::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  .osusume-container li p {
    padding: 8px;
  }
  .osusume-h3 {
    font-size: 2.441rem;
  }
  .osusume-h3 span {
    margin: 64px auto;
  }
  .osusume-h3 strong {
    font-size: 3.052rem;
  }
  .tsuika-seminar-main {
    min-width: initial;
  }
  .detail-wrapper {
    margin: 80px auto 0;
  }
  .detail-bg {
    width: 400%;
  }
  .detail-container {
    flex-direction: column;
    height: 640px;
    row-gap: 40px;
    margin: 80px auto 0;
  }
  .detail-container li:nth-child(1) {
    width: 100%;
    height: 50%;
  }
  .detail-container li:nth-child(1) p {
    font-size: 1.563rem;
    padding: 24px;
    width: 240px;
    height: 240px;
  }
  .detail-container li:nth-child(2) {
    width: 100%;
    height: 50%;
  }
  .detail-container li:nth-child(2) p {
    font-size: 1.563rem;
    padding: 24px;
    width: 240px;
    height: 240px;
  }
  .gaiyou-container-wrapper {
    background: white;
  }
  .gaiyou-container-wrapper::before {
    bottom: -200px;
    width: 240px;
    height: 240px;
  }
  .gaiyou-container-wrapper::after {
    font-size: 3.052rem;
    bottom: -120px;
    white-space: nowrap;
  }
  .gaiyou-h2 {
    font-size: 2.441rem;
  }
  .gaiyou-container1 {
    height: 280px;
    grid-template-columns: 1fr 0.6fr 1fr;
    grid-template-rows: 1fr 0.6fr 1fr;
    background: transparent;
    margin: 120px auto 80px;
  }
  .gaiyou-container1 li:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
    width: 200%;
    transform: translateX(calc(-50% + 44px)) skew(-24deg);
    /*background: #023452;*/
    overflow: hidden;
    position: relative;
  }
  .gaiyou-container1 li:nth-child(4) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .gaiyou-container1 li:nth-child(4) p {
    font-size: 1.953rem;
    padding: 12px;
    margin: 16px 8px;
    background: white;
  }
  .gizi-border1::after {
    border: 2px solid white;
    transform: translate(12px, 12px);
  }
  .gizi-border2::before {
    border: 2px solid white;
    transform: translate(-12px, 12px);
  }
  .gaiyou-container1 li:nth-child(2) {
    grid-column: 2/4;
    grid-row: 2/4;
    width: 200%;
    transform: translateX(-44px) skewX(-24deg);
    background: #F7F7F7;
  }
  .gaiyou-container1 li:nth-child(3) {
    grid-column: 1/4;
    grid-row: 1/4;
  }
  .gaiyou-container1 li:nth-child(3) img {
    right: 8px;
    width: 160px;
  }
  .gaiyou-container2 {
    width: 100%;
    height: 320px;
  }
  .gaiyou-container2 li:nth-child(4) {
    grid-column: 2/4;
    grid-row: 1/4;
    z-index: 100 !important;
  }
  .gaiyou-container2 li:nth-child(4) p {
    font-size: 1.953rem;
    padding: 12px;
    margin: 16px 8px;
    background: white;
  }
  .gaiyou-container2 li:nth-child(1) {
    width: 200%;
    background: #f7f7f7;
    transform: translateX(calc(-50% + 44px)) skew(24deg);
  }
  .gaiyou-container2 li:nth-child(2) {
    width: 200%;
    transform: translateX(-44px) skew(24deg);
    overflow: hidden;
  }
  .gaiyou-container2 li:nth-child(1) {
    grid-column: 1/3;
    grid-row: 2/4;
  }
  .gaiyou-container2 li:nth-child(3) img {
    left: 8px;
    width: 320px;
  }
  .osusume-container li {
    margin: 16px 8px;
    width: calc(50% - 16px);
  }
  .tsuika-th {
    text-align: center !important;
    width: 96px !important;
    padding: 8px !important;
    font-size: 1.563rem !important;
  }
  .tsuika-td {
    width: auto !important;
    padding: 8px !important;
    font-size: 1.25rem !important;
  }
  .tsuika-lec-container {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin: 16px 0;
  }
  .lec-info-container {
    width: calc(100% - 32px);
    margin: 120px auto 40px;
    padding-bottom: 16px;
  }
  .tsuika-lec-img img {
    width: 120px;
  }
  .tsuika-lec-detail {
    padding: 16px;
  }
  .tsuika-lec-detail p {
    font-size: 1.563rem;
  }
  .tsuika-lec-detail span {
    font-size: 1.953rem;
  }
}
.syousai-container {
  margin: 80px 16px 120px;
}

.syousai-h2 {
  text-align: center;
  font-size: 1.953rem;
  margin: 0 0 40px;
  padding: 40px 0 0;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 640px) {
  .syousai-h2 {
    font-size: 1.563rem;
  }
  .program-container {
    grid-template-columns: 48px 1fr;
    margin: 16px 0;
    padding: 16px 0;
  }
  .program-container-left {
    border-right: none;
  }
  .program-container-left::after {
    right: 15px;
  }
  .program-container-left .start-time {
    font-size: 1.563rem;
    right: -8px !important;
  }
  .program-container-left .end-time {
    font-size: 1.563rem;
    right: -8px !important;
  }
  .program-container-left hr {
    /*height:calc(100% - 64px);
    margin: 32px 0;
    border-left: 2px dotted white;*/
    display: none;
  }
  .program-container-right {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    margin: 40px 16px !important;
  }
  .program-container-right dt {
    font-size: 1.953rem;
    margin: 0;
  }
  .program-container-right dd {
    margin-bottom: 80px;
    padding-top: 16px;
    padding-left: 80px;
    font-size: 1.563rem;
  }
}
.syousai-h2 span {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-weight: 600;
}

.syousai-h2 span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translate(-120%, -50%);
  background: #005EAE;
}

.syousai-h2 span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  transform: translate(120%, -50%);
  background: #005EAE;
}

.syousai-wrapper {
  height: 100%;
  padding: 40px 0 0;
}

.syousai-wrapper h3 {
  font-size: 1.563rem;
  position: relative;
  padding: 8px 46px;
  margin: 0 16px;
  background: #F5F5F5;
  color: rgba(0, 0, 0, 0.8);
}

.syousai-wrapper h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translate(8px, -50%);
  background: #4BA8FA;
}

.tsuika-table {
  border-collapse: separate;
  border-spacing: 2px;
}

#seminar-form {
  padding-top: 40px;
  background: #e9efff;
}
#seminar-form-white{
  background: white;
  padding-top: 150px;
}
.kochira-inquiry-form{
  text-align: center;
  margin: 20px 0;
  font-weight: 500;
  font-size: 25px;
}
.form-design{
  border-radius: 20px;
  background: aliceblue;
  padding: 50px 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 400px) {
  .global-footer .global-footer__head .foot-contact .btn {
    display:block !important;
    height:auto !important;
  }
  .gaiyou-container1 li:nth-child(4) p {
    font-size: 1.563rem !important;
    padding: 12px;
  }
  .gaiyou-container2 li:nth-child(4) p {
    font-size: 1.563rem !important;
    padding: 12px;
  }
  .osusume-container {
    padding-bottom: 80px;
  }
  .osusume-container li p {
    font-size: 1.563rem;
  }
  .seminar-btn {
    display: block !important;
    width: auto !important;
  }
  .tsuika-lec-container {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin: 16px 0;
    -webkit-margin-before: 0em !important;
            margin-block-start: 0em !important;
    -webkit-margin-after: 0em !important;
            margin-block-end: 0em !important;
    -webkit-padding-start: 16px !important;
            padding-inline-start: 16px !important;
  }
  .lec-info-container {
    width: calc(100% - 16px);
  }
  .tsuika-lec-detail {
    padding: 8px;
  }
  .tsuika-lec-detail p {
    font-size: 1.25rem;
  }
  .tsuika-lec-detail span {
    font-size: 1.563rem;
  }
  .tsuika-info-section1 {
    width: 100% !important;
    height: 224px;
    padding: 16px;
  }
  .tsuika-info-section2 {
    width: 100% !important;
    height: 224px;
    padding: 16px;
  }
  .tsuika-info-container h2 {
    font-size: 1.953rem;
  }
  .tsuika-info-container p, .tsuika-info-container a {
    font-size: 1.25rem;
  }
  .program-container-right dt {
    font-size: 1.563rem;
  }
  .program-container-right dd {
    font-size: 1.25rem;
  }
}
.re-margin {
  margin-left: auto;
  margin-right: auto;
}
.partner-h2 {
  margin-bottom: 2em;
}
.partner-div-container {
  text-align: center;
  padding:0;
  background: #fff;
  border-radius: 30px;
}
.partner-div-container h3 {
  margin-top: 2em;
}
.partner-flex-container {
  display:flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  gap: 2em;
  justify-content:space-evenly;
  padding:5em 0;
}
.partner-flex-container img {
  object-fit: contain;
  width: 240px;
}
.cr-mallcart-container, .cr-shippingpayment-container {
  text-align: center;
  margin:2em auto;
}
.cr-mallcart-container h3, .cr-shippingpayment-container h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin:1em auto;
}
.cr-mallcart-container ul, .cr-shippingpayment-container ul  {
  display:flex;
  flex-wrap: nowrap;
  list-style: none;
  align-items: center;
  justify-content:center;
  gap:2rem;
  padding:0;
}
.cr-mallcart-container li, .cr-shippingpayment-container ul li {
  width:33.33%;
}
.cr-mallcart-container li img, .cr-shippingpayment-container ul li img {
  width:100%;
}
@media screen and (max-width: 575px) {
  .partner-flex-container {
    flex-direction: column;
  }
  .cr-mallcart-container ul, .cr-shippingpayment-container ul  {
    display:flex;
    flex-wrap: wrap;
    gap:1rem;
  }
  .cr-mallcart-container li, .cr-shippingpayment-container ul li {
    width:100%;
  }
}
.ec-table-section table{
  text-align: center !important;
	margin-top: 30px;
	width: 100%;
}
.ec-table-section table tr td, .ec-table-section table tr th{
	background: #fff;
	border: solid 1px #c8c8c8;
	vertical-align: middle;
}
.ec-table-section table tr th{
  text-align: center !important;
	background: #edf5fe;
	font-size: 18px;
	padding: 15px;
}
.ec-table-section table tr td{
	font-weight: 500;
	padding: 5px;
}

.ec-table-section table tr td img{
  object-fit: contain;
	height: 40px;
	width: auto;
}

.ok{
	color: #328BE3;
	font-size: 18px;
}
.connecting{
	color: rgba(30,30,30,0.30);
}
.no{
	background: #fafafa!important;
}
.look {
  background: #1e87f0 !important;
}
.look a {
  color:#fff !important;
}
.ec-table-section>div{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.ec-table-section>div>img{
	width: 712px;
}
.mob{
	display: none;
}
.cr-othermallcart-img {
  max-width: 500px !important;
  margin:2.5em auto !important;
}
/*ここから*/
.helpful-list {
  display: inline-block;
  position: relative;
  z-index: 100 !important;
}
.helpful-list::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
  content: "▼";
  color: #072638;
  font-size: 0.2rem;
}
.helpful-list:hover ul {
  display: block;
}
.helpful-list ul {
  display: none;
  box-sizing: border-box !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -16px);
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
  padding-right: 0px !important;
  list-style: none !important;
}
.helpful-list ul li {
  width: 172px;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 0;
}
.helpful-list ul li:nth-child(even) {
  background: #eee;
}
.helpful-list ul li a {
  color: #072638;
}

.helpful-list-sp {
  position: relative;
  z-index: 100 !important;
}
.helpful-list-sp ul {
  display: block;
  box-sizing: border-box !important;
  list-style: none !important;
  -webkit-padding-start: 40px !important;
          padding-inline-start: 40px !important;
  padding-right: 0px !important;
}
.helpful-list-sp ul li {
  font-size: 0.8rem;
}
.helpful-list-sp ul li:last-child {
  border-bottom: none !important;
}
.helpful-list-sp ul li a {
  color: #072638;
}

/*ノウハウサイト*/
.grey-bg {
  background: #f7f7f7;
}
.blue-bg {
  background: #eefaff;
}
.green-bg {
  background: #DFF7E6;
}
.column-main-container2 {
  border: solid 1px #439DD1;
  color:#1f1e1e !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.column-main-container2 .column-contents-container a {
  color: #1f1e1e !important;
}
.column-main-container2 .column-contents-container a:hover {
  opacity:.7;
  text-decoration: underline 1px solid;
}
.public-date {
  color:#439DD1;
}
.fa-clock {
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  color:#439DD1;
  font-style: normal;
}
.column-main-container2 .border-line {
  border-top: 1em solid #D4F2FF;
}
.column-main-container2 h1 {
  color: #439DD1;
}
.column-main-container2 .card h2, .column-main-container2 .card h3 {
  border-top:none;
  border-bottom: 2px dotted #1f1e1e !important;
}
.column-main-container2 .card ol li:last-child {
  width:100%;
  height:100px;
  position:relative;
  list-style: none !important;
}
.rakuten {
  text-decoration: underline 4px solid #F4ABAB;
}
.shopify {
  text-decoration: underline 4px solid #B7F4B7;
}
.column-main-container2 .card ol li svg {
  max-width: 240px;
  width:60%;
  position:absolute;
  bottom:0;
  right:0;
}
.column-main-container2 h2 {
  border-bottom: 2px solid #1f1e1e !important;
}
.column-main-container2 h3 {
  border:none;
  border-top: .5em solid #DFEEF7;
}
.column-main-container2 i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}
.column-main-container2 .card h2 {
  font-size: 1.25rem !important;
}
.column-main-container2 .column-stream-container {
  background-color: #fff;
  background-image: radial-gradient(rgba(247, 247, 247, 0.7) 30%, transparent 33%), radial-gradient(rgba(247, 247, 247, 0.7) 30%, transparent 33%);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
}
.column-main-container2 .column-stream-container p::before {
  content:"\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size:2rem !important;
}
.column-main-container2 .column-stream-container li {
  list-style: none;
}
.column-main-container2 .column-stream-container li:not(:last-child)::after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content:"\f063";
}
.knowhow-main .comarobo-line-blue {
  -webkit-text-decoration: underline solid #439DD1 8px;
          text-decoration: underline solid #439DD1 8px;
  text-underline-offset: -2px;
}
.knowhow-main .comarobo-line-red {
  -webkit-text-decoration: underline solid #D14D19 8px;
          text-decoration: underline solid #D14D19 8px;
  text-underline-offset: -2px;
}
.knowhow-main .comarobo-line-yellow {
  -webkit-text-decoration: underline solid #D1A819 8px;
          text-decoration: underline solid #D1A819 8px;
  text-underline-offset: -2px;
}
.knowhow-main .comarobo-line-green {
  -webkit-text-decoration: underline solid #058C9C 8px;
          text-decoration: underline solid #058C9C 8px;
  text-underline-offset: -2px;
}
.knowhow-main .important-line {
  -webkit-text-decoration: underline solid #1e87f0 2px;
          text-decoration: underline solid #1e87f0 2px;
  text-underline-offset: 2px;
}
.column-orderlist-container2 h3 {
  border-bottom: 1px dotted #1f1e1e;
}
.column-orderlist-container2 i {
  color: #81d0cb;
}
.w-single-container {
  margin-top: 3em;
  display:flex;
  gap:2em;
}
.w-single-inner {
  width:50%;
  text-align: center;
  padding:1.5em 1em;
}
.w-single-innerL {
  background: #05ca44;
}
.w-single-innerR {
  background: #1398E3;
}
.w-single-inner a {
  color:#fff;
}
.w-single-inner .w-single-title {
  background: #fff;
  padding:.5em;
  font-weight: 600;
}
.w-single-innerL .w-single-title {
  color: #05ca44;
}
.w-single-innerR .w-single-title {
  color: #1398E3;
}
.w-single-inner .w-single-btn {
  padding:.5em;
  border:1px solid #fff;
  border-radius: 5em;
}
@media screen and (max-width: 992px) {
  .column-main-container2 p {
    font-size: 14px !important;
  }
  .column-main-container2 b {
    font-size: 1rem !important;
  }
  .column-main-container2 h2 {
    font-size: 1.25rem !important;
  }
  .column-main-container2 h3 {
    font-size: 1.125rem !important;
  }
  .column-main-container2 .card ol li {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 575px) {
  .knowhow-main {
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.knowhow-main > .row {
  align-items: flex-start !important;
}
@media screen and (max-width: 767px) {
  .knowhow-main > .row .knowhow-main-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.knowhow-main > .row .knowhow-main-section > .row {
  align-items: stretch !important;
}
@media screen and (max-width: 767px) {
  .knowhow-main > .row .column-main-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.knowhow-main > .row .knowhow-title-container {
  border: solid 1px #439DD1;
}
.knowhow-main > .row .knowhow-title-container p {
  margin: 0 !important;
  color: #439DD1;
}
.knowhow-main > .row .knowhow-title-container h1 {
  color: #439DD1;
}
@media screen and (max-width: 575px) {
  .knowhow-main > .row .knowhow-title-container h1 {
    font-size: 1.25rem !important;
  }
}
.knowhow-main a {
  text-decoration: none;
}
.knowhow-main .column-main-container {
  border: solid 1px #439DD1;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .knowhow-main .column-main-container2 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.knowhow-main .column-main-container > span {
  color: #439DD1;
}
.knowhow-main .column-main-container small {
  color: #D14D19;
}
.knowhow-main .column-main-container small::before {
  font-family: "Font Awesome 5 Free";
  content: "*";
  font-weight: 900;
  font-size: 1.563rem;
  margin-right: 0.25em;
  color: #D14D19;
}
.knowhow-main .column-main-container h1 {
  color: #439DD1;
  padding: 0.5em 0;
}
.knowhow-main .column-main-container .column-worry-container {
  position: relative;
  min-height: 160px;
  border: 6px solid rgba(209, 77, 25, 0.7);
  text-align: center;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='100' height='100' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M100.16 24.75a2.93 2.93 0 11.04 5.86 2.93 2.93 0 01-2.95-2.91 2.92 2.92 0 012.9-2.95zm-100 0a2.93 2.93 0 11.04 5.86 2.93 2.93 0 01-2.95-2.91 2.92 2.92 0 012.9-2.95zm9.57 53.18c1.6 0 2.9 1.3 2.9 2.9a2.95 2.95 0 01-2.95 2.96 2.9 2.9 0 01-2.9-2.9 2.95 2.95 0 012.95-2.96zm58.57-2.51a2.93 2.93 0 11.04 5.86 2.93 2.93 0 11-.04-5.86zM49.45 4.4a2.93 2.93 0 11.04 5.86 2.93 2.93 0 01-.04-5.86zM21.66 49.6l2.95 2.91-2.9 2.95-2.95-2.9zm43.55-12.85s2.9 1.3 2.9 2.9v.05c0 1.6-1.3 2.9-2.9 2.9h-.04c-1.6 0-2.9-2.9-2.9-2.9z'  stroke-width='1' stroke='none' fill='hsla(47, 79%, 46%, 0.1)'/><path d='M89.93 57.48a1.08 1.08 0 01.39-1.38c2.44-1.53 5.04-1.81 7.15-.8 2.1 1.03 3.47 3.26 3.77 6.13.22 2.14 1.14 3.71 2.58 4.42 1.44.7 3.24.45 5.07-.69a1.07 1.07 0 011.13 1.8c-2.44 1.54-5.04 1.83-7.14.81-2.1-1.02-3.48-3.25-3.77-6.12-.23-2.15-1.15-3.72-2.59-4.42-1.44-.7-3.24-.46-5.07.68-.5.32-1.16.16-1.47-.33l-.05-.1zm10.06 31.11a.87.87 0 011.07.46c.99 2.14.95 4.28-.1 5.88-1.05 1.6-3 2.48-5.36 2.42-1.76-.04-3.13.54-3.85 1.63-.72 1.1-.71 2.59.03 4.18a.87.87 0 11-1.59.73c-.99-2.13-.95-4.27.1-5.87 1.05-1.6 3-2.48 5.36-2.42 1.76.04 3.13-.54 3.85-1.63.72-1.1.71-2.59-.03-4.18a.87.87 0 01.52-1.2zm0-100a.87.87 0 011.07.46c.99 2.14.95 4.28-.1 5.88-1.05 1.6-3 2.48-5.36 2.42-1.76-.04-3.13.54-3.85 1.63-.72 1.1-.71 2.59.03 4.18a.87.87 0 11-1.59.73c-.99-2.13-.95-4.27.1-5.87 1.05-1.6 3-2.48 5.36-2.42 1.76.04 3.13-.54 3.85-1.63.72-1.1.71-2.59-.03-4.18a.87.87 0 01.52-1.2zM9.44 9.9c.15-.3.54-.39.9-.24 1.88.82 3.16 2.12 3.53 3.58.38 1.47-.21 2.93-1.6 4.02-1.04.8-1.47 1.81-1.22 2.81.26 1 1.17 1.9 2.57 2.5.39.18.6.58.47.9-.13.34-.55.47-.93.3-1.88-.82-3.16-2.12-3.54-3.58-.37-1.46.22-2.93 1.6-4.01 1.05-.81 1.48-1.82 1.23-2.82-.26-1-1.17-1.89-2.58-2.5-.38-.17-.59-.57-.46-.9l.03-.07zm-19.51 47.59a1.08 1.08 0 01.39-1.38c2.44-1.53 5.04-1.81 7.15-.8 2.1 1.03 3.47 3.26 3.77 6.13.22 2.14 1.14 3.71 2.58 4.42 1.44.7 3.24.45 5.07-.69a1.07 1.07 0 011.13 1.8c-2.44 1.54-5.04 1.83-7.14.81C.78 66.75-.6 64.52-.9 61.65c-.23-2.15-1.15-3.72-2.59-4.42-1.44-.7-3.24-.46-5.07.68-.5.32-1.16.16-1.47-.33l-.05-.1zM-.01 88.59a.87.87 0 011.07.46c.99 2.14.95 4.28-.1 5.88-1.05 1.6-3 2.48-5.36 2.42-1.76-.04-3.13.54-3.85 1.63-.72 1.1-.71 2.59.03 4.18a.87.87 0 11-1.59.73c-.99-2.13-.95-4.27.1-5.87 1.05-1.6 3-2.48 5.36-2.42 1.76.04 3.13-.54 3.85-1.63.72-1.1.71-2.59-.03-4.18a.87.87 0 01.52-1.2zm43.92-4.85c-.24-.48-.1-1.08.36-1.38 2.41-1.59 5-1.93 7.13-.96s3.55 3.17 3.92 6.03c.27 2.14 1.23 3.7 2.68 4.36 1.46.67 3.25.38 5.05-.8a1.07 1.07 0 011.48.3c.32.5.19 1.16-.3 1.48-2.4 1.59-5 1.94-7.13.96-2.12-.97-3.55-3.17-3.91-6.03-.28-2.14-1.23-3.69-2.69-4.36-1.46-.67-3.25-.38-5.05.8-.49.32-1.16.2-1.48-.3l-.06-.1zM41 45.67c-.47.25-1.07.1-1.38-.35-1.61-2.39-2-4.98-1.05-7.11.94-2.14 3.13-3.6 5.98-4 2.14-.3 3.67-1.27 4.32-2.73.65-1.47.34-3.26-.87-5.05-.33-.49-.2-1.15.28-1.48.5-.33 1.15-.2 1.5.28 1.6 2.39 2 4.98 1.04 7.11-.94 2.14-3.12 3.6-5.98 4-2.13.3-3.67 1.27-4.32 2.73-.65 1.47-.34 3.26.87 5.05.33.49.21 1.15-.28 1.49-.04.01-.07.04-.1.06z'  stroke-width='1' stroke='none' fill='hsla(47, 79%, 46%, 0.1)'/><path d='M101 9.76l.75 1.71-9.97 4.34-.74-1.72zM87.35 9.7l-.66 1.75L59.14 1.12l.65-1.76zM41.4-6.21l1.62.93L34.2 10l-1.62-.94zM87.35 109.7l-.66 1.76-27.55-10.35.65-1.75zM50.58 56.03l1.85-.3 1.83 11.32-1.85.3zm-6.22 13.79l-.5 1.8-17-4.66.5-1.8zM41.4 93.79l1.62.93L34.2 110l-1.62-.94zM87.35 9.7l-.66 1.75L59.14 1.12l.65-1.76zm-7.77 42.56l.77 1.76-16.34 7.11-.77-1.75zM1 9.76l.75 1.71-9.96 4.34-.75-1.72zm100 0l.75 1.71-9.97 4.34-.74-1.72zM31.04 27.68l.6 1.86-23.13 7.48-.6-1.86zm48.1 46.45l.73-1.72 10 4.28-.74 1.72zM41.4-6.2l1.62.93L34.2 10l-1.62-.94zM67.54 11.2l1.62.94-7.26 12.57-1.62-.94zM21.22 90.35l-.6-1.4 9.58-4.16.6 1.39zm69.3-49.79l-1.5 1.12L78.5 27.55l1.5-1.12zm-3.17 69.14l-.66 1.76-27.55-10.35.65-1.75zM41.4 93.8l1.62.93L34.2 110l-1.62-.94zM1 9.76l.74 1.71-9.96 4.34-.75-1.72z'  stroke-width='1' stroke='none' fill='hsla(47, 79%, 46%, 0.1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-worry-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.knowhow-main .column-main-container .column-worry-container span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.953rem;
}
.knowhow-main .column-main-container .column-worry-container .fukidasi-p-L {
  max-width: 400px;
  margin: auto;
  position: relative;
  background: #e6e6e6;
  border-radius: 16px;
  padding: 1em;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-worry-container .fukidasi-p-L {
    max-width: 200px;
  }
}
.knowhow-main .column-main-container .column-worry-container .fukidasi-p-L::before {
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #e6e6e6;
  border-radius: 50%;
}
.knowhow-main .column-main-container .column-worry-container .fukidasi-p-L::after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #e6e6e6;
  border-radius: 50%;
}
.knowhow-main .column-main-container .column-worry-container .fukidasi-p-R {
  position: relative;
  background: #e6e6e6;
  border-radius: 16px;
  max-width: 400px;
  margin: auto;
  padding: 1em;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-worry-container .fukidasi-p-R {
    max-width: 200px;
  }
}
.knowhow-main .column-main-container .column-worry-container .fukidasi-p-R::before {
  content: "";
  position: absolute;
  right: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #e6e6e6;
  border-radius: 50%;
}
.knowhow-main .column-main-container .column-worry-container .fukidasi-p-R::after {
  content: "";
  position: absolute;
  right: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #e6e6e6;
  border-radius: 50%;
}
.knowhow-main .column-main-container .column-contents-container {
  border: 0.5px solid #A3A3A3;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-contents-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.knowhow-main .column-main-container .column-contents-container h2 {
  color: #072638;
  border-bottom: 1px solid rgba(163, 163, 163, 0.6);
  padding: 0.2em 0.5em;
  background: #eaf5f9;
}
.knowhow-main .column-main-container > h2 {
  color: #072638;
  background: #eaf5f9;
  border-left: solid 10px #439DD1;
  padding: 0.75rem 1.5rem;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container > h2 {
    padding: 0.5rem 1rem;
  }
}
.knowhow-main .column-main-container figure {
  overflow: hidden;
}
.knowhow-main .column-main-container figure figcaption {
  font-size: 0.8rem;
}
.knowhow-main .column-main-container > h3 {
  border-bottom: dashed 2px #439DD1;
}
.knowhow-main .column-main-container > h3::before {
  content: "■";
  color: #439DD1;
  margin-right: 4px;
}
.knowhow-main .column-main-container .column-table-container table thead tr th {
  background: #eaf5f9;
}
.knowhow-main .column-main-container .column-reccomend-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(209, 168, 25, 0.1);
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(209, 168, 25, 0.1) 20px, rgba(209, 168, 25, 0.1) 40px);
}
.knowhow-main .column-main-container .column-reccomend-wrapper h2 {
  position: relative;
  border-radius: 10px;
  background: #439DD1;
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin: 0;
  display: inline-block;
}
.knowhow-main .column-main-container2 .column-reccomend-wrapper {
  border-radius: 10px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
}
.knowhow-main .column-main-container2 .column-reccomend-wrapper h2 {
  position: relative;
  border-radius: 10px;
  background: #439DD1;
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-reccomend-wrapper h2 {
    padding: 0.5rem 1rem;
  }
}
.knowhow-main .column-main-container2 .column-reccomend-wrapper h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -10px;
  left: 1.5em;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #439DD1 transparent transparent transparent;
}
.knowhow-main .column-main-container .column-reccomend-wrapper .column-recommend-container ul {
  list-style-type: none;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-reccomend-wrapper .column-recommend-container ul {
    padding: 0.5rem 0rem !important;
  }
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-reccomend-wrapper .column-recommend-container ul li {
    padding: 0.5rem 1rem !important;
  }
}
.knowhow-main .column-main-container .column-reccomend-wrapper .column-recommend-container ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  font-size: 1.563rem;
  margin-right: 0.25em;
  color: #D1A819;
}
.knowhow-main .column-main-container .column-titlestexts-container {
  position: relative;
}
.knowhow-main .column-main-container .column-titlestexts-container::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "CHECK\f0a6";
  font-size: 1.25rem;
  padding: 8px;
  border-radius: 100%;
  border: 3px solid #D14D19;
  color: #D14D19;
  position: absolute;
  top: -10px;
  right: -20px;
  transform: rotate(20deg);
}
.knowhow-main .column-main-container .column-titlestexts-container dl {
  border: dotted 2px #058C9C;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-titlestexts-container dl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-titlestexts-container dl dt {
  background: transparent;
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
}
.knowhow-main .column-main-container .column-titlestexts-container dl dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 0.25em;
  color: #058C9C;
  margin-right: 4px;
}
.knowhow-main .column-main-container .column-titlestexts-container dl dd {
  margin-left: 40px;
}
.knowhow-main .column-main-container .column-nontitleorderlist-container ol {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitleorderlist-container ol {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-nontitleorderlist-container ol li {
  padding-left: 4px;
}
.knowhow-main .column-main-container .column-nontitleorderlist-container .column-titlestexts-container2 {
  background: #fff;
}
.knowhow-main .column-main-container .column-nontitleorderlist-container .column-titlestexts-container2 dl {
  border: solid 1px #058C9C;
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitleorderlist-container .column-titlestexts-container2 dl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-nontitleorderlist-container .column-titlestexts-container2 dl dt {
  background: transparent;
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  border-bottom: dotted 1px #e5e5e5;
  width: 100%;
}
.knowhow-main .column-main-container .column-nontitleorderlist-container .column-titlestexts-container2 dl dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 0.25em;
  color: #058C9C;
  margin-right: 4px;
}
.knowhow-main .column-main-container .column-nontitleorderlist-container .column-titlestexts-container2 dl dd {
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitleorderlist-container .column-titlestexts-container2 dl dd {
    margin-left: 16px;
  }
}
.knowhow-main .column-main-container .column-nontitleorderlist-container > div {
  width: auto;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid rgba(234, 245, 249, 0.7);
  background-color: #ffffff;
  background-image: radial-gradient(rgba(234, 245, 249, 0.7) 30%, transparent 33%), radial-gradient(rgba(234, 245, 249, 0.7) 30%, transparent 33%);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitleorderlist-container > div {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container2 > div {
  width: auto;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid rgba(234, 245, 249, 0.7);
  background-color: #ffffff;
  background-image: radial-gradient(rgba(209, 168, 25, 0.1) 30%, transparent 33%), radial-gradient(rgba(209, 168, 25, 0.1) 30%, transparent 33%);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitledefaultlist-container2 > div {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container2 > div::after {
  content: "POINT!!";
  font-size: 1rem;
  font-weight: 800;
  padding: 8px;
  border-radius: 100%;
  border: 3px solid #D1A819;
  color: #D1A819;
  position: absolute;
  top: -10px;
  right: -20px;
  transform: rotate(20deg);
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container2 ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitledefaultlist-container2 ul {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container2 ul li::marker {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  font-weight: 900;
  font-size: 1rem;
  color: #D1A819;
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container > div {
  width: auto;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid rgba(234, 245, 249, 0.7);
  background: url(../assets/column/failureBG.png) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitledefaultlist-container > div {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container > div ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style: inside;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitledefaultlist-container > div ul {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container > div ul li {
  padding: 0;
}
.knowhow-main .column-main-container .column-nontitledefaultlist-container > div ul li::marker {
  font-family: "Font Awesome 5 Free";
  content: "\f5b4";
  font-weight: 900;
  font-size: 1rem;
  color: #058C9C;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-orderlist-container ol {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-orderlist-container .column-nontitlelist-container > div {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(209, 168, 25, 0.1) 30%, transparent 33%), radial-gradient(rgba(209, 168, 25, 0.1) 30%, transparent 33%);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
}
.knowhow-main .column-main-container .column-orderlist-container .column-list-container > div {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(209, 168, 25, 0.1) 30%, transparent 33%), radial-gradient(rgba(209, 168, 25, 0.1) 30%, transparent 33%);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
}
.knowhow-main .column-main-container .column-orderlist-container .column-titlestexts-container2 {
  background: #fff;
}
.knowhow-main .column-main-container .column-orderlist-container .column-titlestexts-container2 dl {
  border: solid 1px #058C9C;
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-orderlist-container .column-titlestexts-container2 dl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-orderlist-container .column-titlestexts-container2 dl dt {
  background: transparent;
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  border-bottom: dotted 1px #e5e5e5;
  width: 100%;
}
.knowhow-main .column-main-container .column-orderlist-container .column-titlestexts-container2 dl dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 0.25em;
  color: #058C9C;
  margin-right: 4px;
}
.knowhow-main .column-main-container .column-orderlist-container .column-titlestexts-container2 dl dd {
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-orderlist-container .column-titlestexts-container2 dl dd {
    margin-left: 16px;
  }
}
.knowhow-main .column-main-container .column-orderlist-container h2, .knowhow-main .column-main-container .column-orderlist-container h3, .knowhow-main .column-main-container .column-orderlist-container h4 {
  -webkit-text-decoration: underline solid rgba(209, 168, 25, 0.5) 6px;
          text-decoration: underline solid rgba(209, 168, 25, 0.5) 6px;
  text-underline-offset: -2px;
}
.knowhow-main .column-main-container .column-orderlist-container span {
  width: 100%;
}
.knowhow-main .column-main-container .column-orderlist-container > div {
  width: auto;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 79px, rgb(229, 229, 229) 78px, rgb(229, 229, 229) 82px, transparent 81px), linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 1.2em;
  position: relative;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-orderlist-container > div {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-list-container > div {
  width: auto;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(234, 245, 249, 0.5) 20px, rgba(234, 245, 249, 0.5) 40px);
  position: relative;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-list-container > div {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-list-container > div::after {
  content: "POINT!";
  font-size: 1rem;
  font-weight: 800;
  padding: 0 4px;
  border-bottom: 5px double #D14D19;
  color: #D14D19;
  position: absolute;
  top: -10px;
  right: -20px;
  transform: rotate(20deg);
}
.knowhow-main .column-main-container .column-list-container > div dl {
  border: dotted 2px #058C9C;
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-list-container > div dl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-list-container > div dl dt {
  background: transparent;
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
}
.knowhow-main .column-main-container .column-list-container > div dl dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 0.25em;
  color: #058C9C;
  margin-right: 4px;
}
.knowhow-main .column-main-container .column-list-container > div dl dd {
  margin-left: 40px;
}
.knowhow-main .column-main-container .column-list-container > div ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.knowhow-main .column-main-container .column-list-container > div ul li {
  padding-left: 4px;
}
.knowhow-main .column-main-container .column-list-container > div ul li::marker {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  font-weight: 900;
  font-size: 1rem;
  color: #D1A819;
  padding-right: 1em;
}
.knowhow-main .column-main-container .column-nontitlelist-container > div {
  width: auto;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid rgba(234, 245, 249, 0.5);
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(234, 245, 249, 0.5) 20px, rgba(234, 245, 249, 0.5) 40px);
  position: relative;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitlelist-container > div {
    padding-right: 1em !important;
  }
}
.knowhow-main .column-main-container .column-nontitlelist-container > div::after {
  content: "POINT!";
  font-size: 1rem;
  font-weight: 800;
  padding: 0 4px;
  border-bottom: 5px double #D14D19;
  color: #D14D19;
  position: absolute;
  top: -10px;
  right: -20px;
  transform: rotate(20deg);
}
.knowhow-main .column-main-container .column-nontitlelist-container > div ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-nontitlelist-container > div ul {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
}
.knowhow-main .column-main-container .column-nontitlelist-container > div ul li {
  padding-left: 4px;
}
.knowhow-main .column-main-container .column-nontitlelist-container > div ul li::marker {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  font-weight: 900;
  font-size: 1rem;
  color: #D1A819;
}
.knowhow-main .column-main-container .column-failure-container {
  border: solid 1px #e5e5e5;
  border-radius: 15px;
  position: relative;
  background: url(../assets/column/failureBG.png) no-repeat center/cover;
}
.knowhow-main .column-main-container .column-failure-container::after {
  content: "case study";
  font-size: 1.25rem;
  padding: 8px;
  border-radius: 8px;
  border: 3px solid #D14D19;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -20px;
  transform: rotate(20deg);
  background: #D14D19;
}
.knowhow-main .column-main-container .column-failure-container h2, .knowhow-main .column-main-container .column-failure-container h3, .knowhow-main .column-main-container .column-failure-container h4 {
  -webkit-text-decoration: underline solid rgba(209, 168, 25, 0.5) 6px;
          text-decoration: underline solid rgba(209, 168, 25, 0.5) 6px;
  text-underline-offset: -2px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-failure-container ol {
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
  }
}
.knowhow-main .column-main-container .column-failure-container ol li {
  padding-left: 4px;
}
.knowhow-main .column-main-container .column-failure-container ol li::marker {
  font-family: "Font Awesome 5 Free";
  content: "\f5b4";
  font-weight: 900;
  font-size: 1.5rem;
  color: #058C9C;
  padding-right: 1em;
}
.knowhow-main .column-main-container .column-failure-container dl {
  border: dotted 2px #058C9C;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-failure-container dl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.knowhow-main .column-main-container .column-failure-container dl dt {
  background: transparent;
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
}
.knowhow-main .column-main-container .column-failure-container dl dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 0.25em;
  color: #058C9C;
  margin-right: 4px;
}
.knowhow-main .column-main-container .column-failure-container dl dd {
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .column-failure-container dl dd {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.knowhow-main .column-main-container .comaro-link {
  height: 80px;
  align-items: center !important;
  display: flex;
}
.knowhow-main .column-main-container .comaro-link img {
  width: 80px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .comaro-link img {
    width: 64px;
  }
}
.knowhow-main .column-main-container .comaro-link .comaro-fukidashi {
  position: relative;
  background: #fff;
  border: 2px solid #058C9C;
  width: 340px;
  height: 56px;
  text-align: center;
  line-height: 48px !important;
  font-size: 1.25rem;
  border-radius: 15px;
  margin-left: 16px;
}
@media screen and (max-width: 575px) {
  .knowhow-main .column-main-container .comaro-link .comaro-fukidashi {
    font-size: 0.8rem;
    width: 300px;
    margin-left: 8px;
  }
}
.knowhow-main .column-main-container .comaro-link .comaro-fukidashi::before, .knowhow-main .column-main-container .comaro-link .comaro-fukidashi::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.knowhow-main .column-main-container .comaro-link .comaro-fukidashi::before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #058C9C;
  border-width: 11px;
  margin-top: -11px;
}
.knowhow-main .column-main-container .comaro-link .comaro-fukidashi::after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.knowhow-main .card-container .card {
  width: 100% !important;
}
.knowhow-main .card-container .card a:hover {
  opacity: 0.8;
}
.knowhow-main .card-container .card .card-body time {
  color: #439DD1;
}
.knowhow-main .card-container .card .card-body img {
  aspect-ratio: 16/9;
  width: 100%;
}
.knowhow-main .card-container .card .card-body h2 {
  color: #072638;
  margin-top: 8px;
}
.knowhow-main aside {
  border: solid 1px #439DD1;
  min-height: 400px;
}
.knowhow-main aside h3 {
  color: #439DD1;
  border-bottom: solid 1px #439DD1;
}
.knowhow-main aside ul {
  list-style: none;
}
.knowhow-main aside ul li {
  border-bottom: #439DD1;
  position: relative;
}
.knowhow-main aside ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  left: -25px;
  top: 0;
  font-weight: 900;
  font-size: 1em;
  color: #053D9C;
}
.knowhow-main aside ul li a {
  color: #053D9C;
}
.knowhow-main aside ul li a:hover {
  opacity: 0.7;
}

.ec-table-section {
  margin-top: 2.5em !important;
  max-width: 960px;
  margin:  0 auto 30px;
}
@media screen and (max-width: 480px) {
  .ec-table-section {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.ec-table-section table .ec-colab-tr:first-child th {
  color: #fff;
  background: #328BE3;
}
.ec-table-section table .ec-colab-tr:first-child td {
  color: #fff;
  background: #328BE3;
}
.ec-table-section table .ec-colab-tr {
  height: 80px !important;
}
@media screen and (max-width: 480px) {
  .ec-table-section table .ec-colab-tr {
    height: 56px;
  }
}
@media screen and (max-width: 480px) {
  .ec-table-section table .ec-colab-tr {
    height: 56px;
  }
}
.ec-table-section table .ec-colab-tr th {
  background: #fff;
}
@media screen and (max-width: 480px) {
  .ec-table-section table .ec-colab-tr th {
    padding: 10px 10px !important;
  }
}
.ec-table-section table .ec-colab-tr td {
  font-weight: 600;
  background: #edf5fe;
  width: 160px;
}
@media screen and (max-width: 560px) {
  .ec-table-section table .ec-colab-tr td {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .ec-table-section table .ec-colab-tr td {
    width: 80px;
    padding: 10px 10px !important;
  }
}
.cr-seminar2023-main {
  max-width: 960px;
  margin: auto;
  color: rgba(33, 37, 41, 0.8) !important;
}
.cr-seminar2023-main table {
  margin: 0 !important;
}
.cr-seminar2023-main .seminar2023-gaiyou-section {
  z-index: 0;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou h2 {
  color: #00326B;
  font-weight: 800;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou h2 .cr-gaiyou-h2 {
  position: relative;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou h2 .cr-gaiyou-h2::before {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 16px);
  height: 10px;
  content: "";
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgb(0, 50, 107) 4px, rgb(0, 50, 107) 8px);
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou h2 .cr-gaiyou-h2::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 16px);
  height: 10px;
  content: "";
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgb(0, 50, 107) 4px, rgb(0, 50, 107) 8px);
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper {
  background: url(../assets/seminer/cr-gaiyouBG.png) no-repeat bottom right/cover;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container {
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container p {
  position: relative;
  border: 2px solid #0dcaf0;
  letter-spacing: 0.05em;
  border-radius: 0.5em;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container p:nth-child(odd) {
  margin-left: 1em;
  margin-right: 38%;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container p:nth-child(odd) {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container p:nth-child(even) {
  margin-left: 38%;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container p:nth-child(even) {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container .cr-seminar20230215-p {
  margin-left: 1em !important;
  margin-right: 1em !important;
  border: none !important;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container .cr-seminar20230215-p {
    margin-top: 0 !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container .cr-seminar20230215-p::before {
  display: none !important;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-gaiyou-wrapper .seminar2023-gaiyou-container .cr-seminar20230328-p {
  font-size: 1em;
  background: #fff;
  border: none;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar20230328-gaiyou-wrapper {
  background: url(../assets/seminer/CRseminar20230328bg_1.webp) no-repeat bottom right/cover;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar20230328-gaiyou-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou h2 {
  color: #00326B !important;
  font-weight: 800;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou h2 span {
  border-bottom: 4px solid #00326B !important;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul li {
  width: 50%;
  position: relative;
  box-shadow: 0 0 16px rgba(51, 51, 51, 0.2);
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 80px !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul li::after {
  z-index: 1;
  position: absolute;
  content: attr(data);
  font-weight: 900;
  background: #0dcaf0;
  color: #fff;
  width: 100%;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 0.5em;
  font-size: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul li .seminar20230222-dl {
    padding-bottom: 1.5em;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul li .seminar20230222-dl img {
  border-radius: 100%;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou ul li .seminar20230328-p {
  font-size: 0.8em;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 160%;
  background: url(../assets/seminer/cr-naiyouBG.png) no-repeat top center/130%;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar2023-naiyou::before {
    height: 130%;
    background-size: cover;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou h2 {
  color: #00326B !important;
  font-weight: 800;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou h2 span {
  border-bottom: 4px solid #00326B !important;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou ul {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou ul li {
  width: 50%;
  position: relative;
  box-shadow: 0 0 16px rgba(51, 51, 51, 0.2);
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou ul li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 80px !important;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou ul li::after {
  z-index: 1;
  position: absolute;
  content: attr(data);
  font-weight: 900;
  background: #0dcaf0;
  color: #fff;
  width: 100%;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 0.5em;
  font-size: 1em;
  letter-spacing: 0.05em;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou ul li .seminar20230328-dl img {
  border-radius: 100%;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou ul li .seminar20230328-p {
  font-size: 0.5em;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 160%;
  background: url(../assets/seminer/CRseminar20230328bg_2.webp) no-repeat top center/130%;
}
@media screen and (max-width: 992px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou::before {
    height: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .cr-seminar20230328-naiyou::before {
    height: 108%;
    background-size: cover;
  }
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-osusume-wrapper {
  z-index: 2;
  background: url(../assets/seminer/cr-osusumeBG.png) no-repeat center/cover;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-osusume-wrapper .seminar2023-osusume-container {
  max-width: 720px;
  margin: auto;
}
.cr-seminar2023-main .seminar2023-gaiyou-section .cr-seminar2023-gaiyou .seminar2023-osusume-wrapper .seminar2023-osusume-container img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .cr-seminar2023-kousei {
    overflow: scroll;
  }
}
.cr-seminar2023-main .cr-seminar2023-kousei table {
  background: url(../assets/seminer/tile_background.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .cr-seminar2023-kousei table {
    min-width: 768px !important;
  }
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .cr-seminar2023-detail {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .cr-seminar2023-main .cr-seminar2023-detail table {
    min-width: 768px !important;
  }
}
/*ここまでの中には追加しないで*/