<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottom-pane .content-wrapper {
  padding: 0;
}
.bottom-pane .hder-top {
  margin-top: 100px;
  margin-bottom: 25px;
  padding: 0% 15% 0% 0%;
}
.bottom-pane .hder-top-inner{
  padding:10px;
}
.bottom-pane .hder-top-inner h6{
  color: #f0873c;
  margin-bottom: 20px;
  transition: opacity .7s ease-out;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}
.bottom-pane .hder-top-inner h2{
  color: #1f2018;
  font-family: "Kanit", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
}
.bottom-pane .cm-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.bottom-pane .cm-item {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
.bottom-pane .cm-item-inner{
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
  min-height: 300px;
  background-position: bottom right;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 30px;
  transition: all .4s;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}
.bottom-pane .cm-item-inner:hover{
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 10%);
}
.bottom-pane .cm-item-inner h6{
  color: #1f2018;
  margin: 0 0 0.5em;
  font-size: 14px;
  font-family: "Lato", Sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
.bottom-pane .cm-item-inner h5{
  text-transform: none;
  font-family: "Lato", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  color: #1f2018;
  margin-bottom: 25%;
}
.bottom-pane .cm-item-inner a.link .qodef-m-icon {
  margin: 10px 10px 0px 0px;
  line-height: 0;
  color: #f0873c;
  transition:all 0.2s;
  left: 0;
  position: relative;
  display: inline-block;
}
.bottom-pane .cm-item-inner a.link:hover .qodef-m-icon{
  left: 4px;
  color: #3996d2;
}
.bottom-pane .cm-item-inner a.link .qodef-m-icon i {
  transition: transform .3s cubic-bezier(.37,.08,.02,.93),opacity .2s ease-in-out;
  transform: translateX(0);
  will-change: transform;
  font-size: 45px !important;
}
.bottom-pane .fa-regular,
.bottom-pane .far {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.bottom-pane .fa-arrow-circle-right:before{  
  content: "\f0a9";
}
.bottom-pane .cm-item-inner a.overly-link {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: block;
  z-index: 1;
}
.bottom-pane .cm-item-inner a.link {
  position: relative;
  z-index: 2;
}


@media (max-width: 1024px){
  .bottom-pane .cm-item {
    padding: 10px;
  }
  .bottom-pane .cm-item-inner {
    min-height: 250px;
  }
  .bottom-pane .hder-top-inner h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px){
  .bottom-pane .cm-item-wrapper {
    flex-wrap: wrap;
  }
  .bottom-pane .cm-item {
    padding: 10px 0;
    width:100%;
  }
  .cm-item-wrapper {
    padding: 25px 0;
  }
  .bottom-pane .hder-top-inner h2 {
    font-size: 40px;
  }
  .bottom-pane .hder-top-inner {
    padding: 0 0 10px;
  }
  .bottom-pane .hder-top {
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0;
  }












</pre></body></html>