/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 07:44:38 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.editor-styles-wrapper {
  /* Header styling for fixed positioning and background */
  /* Menu list item styling and hover effects */
  /* Menu toggle button styling */
  /* Body overflow settings */
  /* Flexbox utility classes */
  /* Icon styling */
  /* Atom animation wrapper and main screen background */
  /* Main screen background decorative element */
  /* Atom positioning and animation properties */
  /* Media queries for responsive design */
  /* Atom position scrollbar hide and large/small atom styling */
  /* Atom exit animation */
  /* Atom components styling (core, particles, image) */
  /* Rotate animation for atom */
  /* Main content section styling */
  /* Main content glass effect */
  /* Animated button styling */
  /* Second content section styling */
  /* Glass effect for elements */
  /* Title section styling */
  /* Custom container styling with gradient background */
  /* Card grid layout for various screen sizes */
  /* Card body styling */
  /* Card body arrow icon and hover effect */
  /* Software section background animation */
  /* Software security container styling */
  /* Shid container text : need  */
  /* First footer section styling and animation */
  /* Contact us hero section with glassmorphism effect */
  /* Footer section styling and links */
  /* Footer animation background */
  /* Generic button styling with hover effect */
  /* Horizontal scrolling animation for content */
}
/* #menu-global-header-primary-menu > li:first-child{
	position: relative;
}
#menu-global-header-primary-menu > li:first-child:before {
	content: '';
	position: absolute;
	    top: 50%;
    left: -5%;
    transform: translate(0%, -50%);
	background-image: url('https://offpro.jp/wp-content/uploads/2025/05/icon_menu_home.png');
	background-size: contain;
	width: 15px;
	height:15px;
} */
.editor-styles-wrapper * {
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper html {
  scroll-behavior: smooth;
}
.editor-styles-wrapper .site-header {
  top: 20px;
  width: 100%;
  padding: 0 5%;
  position: fixed;
  z-index: 1111111111; /* High z-index to keep it on top */
  margin: 0 !important;
}
.editor-styles-wrapper .inside-header {
  width: 100%;
  height: 78px;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 !important;
  max-width: 100% !important;
  background: hsla(0, 0%, 100%, 0.75); /* Semi-transparent white background */
  border: 1px solid rgba(24, 43, 92, 0.12);
}
.editor-styles-wrapper .menu li {
  padding: 7px 20px;
  display: block;
  height: 40px;
  background-color: rgba(255, 255, 255, 0); /* Transparent background */
  border-radius: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(171, 171, 171, 0); /* Transparent border */
  text-transform: capitalize;
}
.editor-styles-wrapper .menu li:hover {
  background-color: #fff;
  border: 1px solid #ababab;
}
.editor-styles-wrapper .menu li a {
  color: #182b5c;
}
.editor-styles-wrapper .menu li:hover a {
  color: #182b5c !important;
}
.editor-styles-wrapper .menu-toggle {
  height: 40px;
  padding: 8px 2em;
  border-radius: 21.875px;
  background: #182b5c !important;
  position: relative;
  outline: none;
  border: none;
  margin-top: 5px;
}
.editor-styles-wrapper .icon-menu-bars {
  color: #fff;
  height: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .icon-menu-bars svg {
  width: 100% !important;
  height: 100% !important;
}
.editor-styles-wrapper body {
  overflow: auto;
  overflow-x: hidden;
}
.editor-styles-wrapper .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.editor-styles-wrapper .FX-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.editor-styles-wrapper .FY-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.editor-styles-wrapper .FW {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.editor-styles-wrapper .F-space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.editor-styles-wrapper .F-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.editor-styles-wrapper .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .icon figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.editor-styles-wrapper .wrapper-atom-animation {
  width: 100%;
  position: relative;
  overflow: hidden !important;
}
.editor-styles-wrapper .main-screen {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: radial-gradient(153.06% 141.42% at 100% 0, #0028b6 0, #60b2ff 100%);
}
.editor-styles-wrapper .main-content .button {
  margin-top: 4em;
  margin-bottom: 2em;
}
.editor-styles-wrapper .main-screen::before {
  top: 10%;
  left: 0;
  content: "";
  width: 100%;
  height: 95%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  background: url(https://offpro.jp/_next/static/media/3d-geometric-abstract-background.fbb53718.svg) no-repeat;
  background-size: cover;
}
.editor-styles-wrapper .atom-position {
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  position: absolute;
  aspect-ratio: 1/1;
  overflow: visible;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.editor-styles-wrapper .atom-position.step-one {
  top: 40em;
  max-width: 500px;
  z-index: 111 !important;
}
.editor-styles-wrapper .atom-container {
  width: 70%;
  max-width: 600px;
  aspect-ratio: 1/1;
  position: relative;
  margin-left: 1em;
  margin-top: 3em;
  transition: all 0.2s ease-in-out;
  animation: rotate 8s linear infinite;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .custom-container {
    padding-top: 5em !important;
  }
  .editor-styles-wrapper .arrow-home {
    right: 1em !important;
    top: auto !important;
    bottom: 15%;
  }
  .editor-styles-wrapper .title-section h4 {
    font-size: 1.2em !important;
  }
  .editor-styles-wrapper .fotter-links ul {
    grid-template-columns: 100% !important;
  }
  .editor-styles-wrapper .first-fotter::before {
    top: 10em !important;
    width: 150px !important;
    height: 150px !important;
  }
  .editor-styles-wrapper .title-fotter,
  .editor-styles-wrapper .title-fotter h4 {
    text-align: center;
    font-size: 1.1em !important;
  }
  .editor-styles-wrapper .atom-position {
    max-width: 300px !important;
  }
  .editor-styles-wrapper .software-section.step-one::before {
    top: -17% !important;
  }
  .editor-styles-wrapper .main-content {
    width: 100% !important;
    font-size: 1em !important;
    margin: 0 auto !important;
    margin-top: 8rem !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1em !important;
  }
  .editor-styles-wrapper .main-content h1 {
    text-align: center;
    font-size: 1.2em !important;
  }
  .editor-styles-wrapper .main-content .sub-text div {
    font-size: 1em !important;
  }
  .editor-styles-wrapper .animated-button {
    font-size: 1em !important;
  }
  .editor-styles-wrapper .button {
    font-size: 1.1em !important;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
  }
  .editor-styles-wrapper .main-content {
    padding: 2.5em 2em !important;
  }
  .editor-styles-wrapper .second-content {
    padding: 4em !important;
    width: 95% !important;
    max-width: 500px !important;
  }
  .editor-styles-wrapper .second-content-text {
    font-size: 2em !important;
  }
  .editor-styles-wrapper .software-security-container {
    display: flex;
    min-height: 120vh;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }
  .editor-styles-wrapper .ss-shild {
    width: 150px !important;
    height: 150px !important;
  }
  .editor-styles-wrapper .software-security-container .animation {
    top: 20%;
    position: absolute;
    width: 100% !important;
  }
  .editor-styles-wrapper .svg-animation-container {
    width: 120% !important;
  }
  .editor-styles-wrapper .software-section .left,
  .editor-styles-wrapper .software-section .right {
    width: 90%;
    gap: 2em;
    display: flex;
  }
  .editor-styles-wrapper .software-section .MB {
    margin: 0 !important;
  }
  .editor-styles-wrapper .software-section .left {
    margin-bottom: 2em;
  }
  .editor-styles-wrapper .card-body {
    padding: 1em !important;
  }
  .editor-styles-wrapper .card .logo {
    height: 70px !important;
    margin-bottom: 1em !important;
  }
}
@media screen and (max-height: 745px) {
  .editor-styles-wrapper .software-security-container {
    height: 155vh;
  }
}
@media screen and (max-height: 583px) {
  .editor-styles-wrapper .software-security-container {
    height: 200vh;
  }
}
@media screen and (max-width: 500px) {
  .editor-styles-wrapper .cards {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 1500px) {
  .editor-styles-wrapper .chs_content {
    font-size: 1.1em !important;
  }
  .editor-styles-wrapper .chs_number {
    font-size: 1.1em !important;
  }
  .editor-styles-wrapper .contectus_herosection .animated-button {
    font-size: 1.1em !important;
  }
  .editor-styles-wrapper .atom-position {
    max-width: 600px;
  }
  .editor-styles-wrapper .main-content {
    width: 90% !important;
    font-size: 1em;
  }
  .editor-styles-wrapper .second-content {
    padding: 4em !important;
    width: 95% !important;
    margin-top: 20rem !important;
    max-width: 500px !important;
  }
  .editor-styles-wrapper .second-content-text {
    font-size: 2em !important;
  }
}
@media screen and (max-width: 1250px) {
  .editor-styles-wrapper .contectus_herosection {
    width: 90% !important;
    padding: 2em !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: stretch !important;
    border-radius: 30px !important;
    flex-direction: column !important;
    gap: 1em;
  }
  .editor-styles-wrapper .chs_content {
    font-size: 1.1em !important;
  }
  .editor-styles-wrapper .chs_number {
    padding: 1.5em 0 !important;
    max-width: 100% !important;
    margin: 1em 0 !important;
  }
  .editor-styles-wrapper .contectus_herosection .animated-button {
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
  }
  .editor-styles-wrapper .fotter,
  .editor-styles-wrapper .fotter-container {
    flex-direction: column !important;
  }
  .editor-styles-wrapper .fotter-container {
    align-items: flex-start;
  }
  .editor-styles-wrapper .logo {
    width: fit-content !important;
    height: 100px !important;
  }
  .editor-styles-wrapper .logo img,
  .editor-styles-wrapper .logo figure {
    object-fit: cover !important;
  }
  .editor-styles-wrapper .fotter-links {
    width: 100% !important;
  }
  .editor-styles-wrapper .fotter-links ul {
    margin: 0 !important;
  }
  .editor-styles-wrapper .fotter-info .fotter-text,
  .editor-styles-wrapper .fotter-info p {
    margin-bottom: 4em !important;
  }
}
.editor-styles-wrapper .atom-position::-webkit-scrollbar {
  display: none;
}
.editor-styles-wrapper .atom-position::-moz-scrollbar {
  display: none;
}
.editor-styles-wrapper .atom-position::-ms-scrollbar {
  display: none;
}
.editor-styles-wrapper .atom-position::-o-scrollbar {
  display: none;
}
.editor-styles-wrapper .large-atom {
  top: -30%;
  right: -20%;
  width: 100%;
  max-width: 1300px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 2s ease;
}
.editor-styles-wrapper .small-atom {
  top: 20%;
  right: 20%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.editor-styles-wrapper .large-atom.step-two {
  top: 100%;
  right: 0%;
  z-index: 999;
  max-width: 300px;
}
.editor-styles-wrapper .large-atom.default,
.editor-styles-wrapper .small-atom.default {
  top: 50% !important;
  bottom: 0 !important;
  left: 50% !important;
  position: absolute;
  right: 50% !important;
  pointer-events: none;
  width: 100% !important;
  margin: 0 !important;
  max-height: 500px;
  max-width: 500px !important;
  transition: none !important;
  animation: none !important;
  aspect-ratio: 1/1 !important;
}
.editor-styles-wrapper .large-atom.default {
  transform: translate(-50%, -50%) skewX(-10deg) skewY(-5deg) !important;
}
.editor-styles-wrapper .small-atom.default {
  transform: translate(-50%, -50%) skewX(10deg) skewY(5deg) !important;
}
.editor-styles-wrapper .atom-position.out {
  animation: out 0.1s forwards;
  animation-delay: 0.8s;
  z-index: 1111 !important;
}
@keyframes out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.editor-styles-wrapper .atom-container .atom {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  border: 0.649px solid #dfb443;
}
.editor-styles-wrapper .atom-container .atom::before,
.editor-styles-wrapper .atom-container .atom::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: -12px;
  position: absolute;
  border: 2px solid #dfb443;
  transform: translateY(-50%);
}
.editor-styles-wrapper .atom-container .atom::after {
  top: -11px;
  left: 50%;
  background: white;
  border: 2px solid white;
  transform: translateX(-50%);
}
.editor-styles-wrapper .atom-container .atom .atom-image {
  bottom: -21px;
  left: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(https://offpro.jp/_next/static/media/Ellipse4.35b162b6.png) no-repeat center center;
  background-size: cover;
  transform: translateX(-50%);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.editor-styles-wrapper .main-content {
  color: #fff;
  padding: 4em;
  z-index: 99;
  margin-top: 10%;
  width: fit-content;
  border-radius: 25px;
  height: max-content;
  position: relative;
}
.editor-styles-wrapper #main-content::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  background: rgba(0, 26, 163, 0.15);
  box-shadow: inset 0 4px 4px 0 hsla(0, 0%, 100%, 0.25);
}
.editor-styles-wrapper .main-content h1 {
  font-size: 4em;
  margin-bottom: 1em;
  font-weight: bold;
}
.editor-styles-wrapper .main-content p {
  margin: 0 !important;
}
.editor-styles-wrapper .main-content .sub-text div {
  font-size: 1.4em;
  margin: 1em 0;
}
.editor-styles-wrapper .animated-button {
  width: 90% !important;
  border: none;
  outline: none;
  padding: 1em 0 !important;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  max-width: 400px;
  border-radius: 25px;
  margin-top: 2em;
  background: rgba(255, 255, 255, 0.15);
}
.editor-styles-wrapper .second-content {
  width: 60%;
  opacity: 0;
  color: #fff;
  display: flex;
  z-index: 999;
  position: relative;
  align-items: center;
  border-radius: 25px;
  padding: 5%;
  margin: 26rem auto 10rem;
  justify-content: center;
  transition: all ease-in-out 2s;
}
.editor-styles-wrapper .second-content.on {
  opacity: 1;
}
.editor-styles-wrapper .second-content-text {
  width: 100%;
  font-size: 3.4375rem;
  text-align: center;
}
.editor-styles-wrapper .glass {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: 9;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  background: rgba(0, 26, 163, 0.1);
  transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: inset 0 4px 4px 0 hsla(0, 0%, 100%, 0.25);
}
.editor-styles-wrapper .title-section {
  color: #fff;
  margin-bottom: 3em;
  position: relative;
  z-index: 111;
}
.editor-styles-wrapper .title-section h4 {
  font-size: 2em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .title-section .icon {
  margin-right: 0.5em;
}
.editor-styles-wrapper .custom-container {
  width: 100%;
  padding: 5em 5%;
  padding-top: 10rem;
  background: radial-gradient(123.58% 158.42% at 96.9% 0, rgba(0, 40, 182, 0.4) 0, rgba(96, 178, 255, 0.4) 100%);
}
.editor-styles-wrapper .cards {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  /* Ensure items stretch to fill the available height */
  align-items: stretch; /* This is the default, but good to be explicit */
}
@media (min-width: 400px) {
  .editor-styles-wrapper .software-section.step-one::before {
    max-width: 800px !important;
    top: -11% !important;
  }
  .editor-styles-wrapper .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 700px) {
  .editor-styles-wrapper .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .editor-styles-wrapper .software-section.step-one::before {
    top: -20% !important;
  }
}
@media (min-width: 1400px) {
  .editor-styles-wrapper .cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.editor-styles-wrapper .card-body {
  width: 100%;
  padding: 2em;
  z-index: 999;
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  box-sizing: border-box;
  /* Ensure the card body itself can grow and fill height */
  display: flex; /* Use flexbox for content inside the card */
  flex-direction: column; /* Stack content vertically */
  height: 100%; /* Important: Make the card body take up 100% of its grid cell's height */
}
.editor-styles-wrapper .card-body h4 {
  padding: 0;
  margin: 0 !important;
  font-size: 1.1em !important;
  /* Allow heading to grow/shrink as needed */
  flex-grow: 1;
}
.editor-styles-wrapper .card .logo {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.editor-styles-wrapper .card .logo img,
.editor-styles-wrapper .card .logo figure {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.editor-styles-wrapper .card-body:hover {
  background: #e3eeff;
}
.editor-styles-wrapper .card a {
  color: #666;
  text-decoration: none;
}
.editor-styles-wrapper .card-body::before {
  top: 1em;
  right: 1em;
  content: "";
  width: 20px;
  opacity: 0.5;
  height: 20px;
  position: absolute;
  background: url(https://offpro.jp/_next/static/media/arrow-three.65d43ec5.png) no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
.editor-styles-wrapper .card-body:hover::before {
  opacity: 1;
  filter: grayscale(0);
}
.editor-styles-wrapper .software-section {
  overflow: hidden;
  position: relative;
}
.editor-styles-wrapper .software-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: -1;
  transition-duration: 1s;
  border-radius: 0 0 50% 50%;
  background: radial-gradient(184.09% 68.18% at 49.13% 56.14%, #36659b 0, #2d3b87 63.5%, #12237c 100%);
  /* Default position for the ball */
  top: -100%;
}
.editor-styles-wrapper .software-section.step-one::before {
  /* For step-one, bring the ball partly into view */
  top: -28%;
  width: 100%;
  z-index: 11;
}
.editor-styles-wrapper .software-section.step-two::before {
  /* For step-two, bring the ball fully into view and change its shape */
  top: 0%;
  z-index: 11;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0% 0%; /* Make it a full rectangle */
  transition: all 0.7s ease;
}
.editor-styles-wrapper .software-security-container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
  z-index: 1111;
}
.editor-styles-wrapper .software-security-container .security {
  color: #c1cef1;
}
.editor-styles-wrapper .software-security-container .animation {
  width: 100%;
  max-width: 800px;
}
.editor-styles-wrapper .svg-animation-container {
  width: 80%;
  max-width: 700px;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: absolute;
  pointer-events: none;
}
.editor-styles-wrapper .svg-animation-container svg {
  top: 1em;
  left: 55%;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transform: translateX(-50%);
}
.editor-styles-wrapper .svg-animation-container svg:nth-last-child(1) {
  top: -1.5em;
  transform: translateX(-50%) scaleY(-1);
}
.editor-styles-wrapper .software-security-container .MB {
  font-size: 1.5rem;
  margin-bottom: 8em;
}
.editor-styles-wrapper .software-security-container .animation a {
  color: #ffffff;
  font-size: 1.2em;
  text-decoration: none;
}
.editor-styles-wrapper .software-security-container .ss-shild {
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
  background: url(https://offpro.jp/_next/static/media/security-icons.809a8f4f.svg) no-repeat;
  background-size: 100% 100%;
}
.editor-styles-wrapper .ss-shild h3 {
  font-size: 1.1em;
}
.editor-styles-wrapper .first-fotter {
  padding: 5rem 0;
  height: 60rem;
  background: radial-gradient(circle, #9dc2f8 25%, #d4ecfd 100%);
  position: relative;
  overflow: hidden;
}
.editor-styles-wrapper .first-fotter a {
  text-decoration: none;
}
.editor-styles-wrapper .first-fotter::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(https://offpro.jp/_next/static/media/Circles.e56842e8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 5%;
  right: 10%;
  rotate: 0deg;
  animation: rotate 4s infinite forwards;
  z-index: 1;
  transition-duration: 2s;
}
.editor-styles-wrapper .title-fotter h4 {
  width: 90%;
  font-size: 4em;
  margin: 0 auto;
}
.editor-styles-wrapper .contectus_herosection {
  width: 85%;
  top: 80%;
  left: 50%;
  z-index: 1;
  display: flex;
  padding: 5em 70px;
  position: absolute;
  align-items: center;
  border-radius: 200px;
  justify-content: center;
  transform: translate(-50%, -80%);
  background: radial-gradient(100% 100% at 50% 0, hsla(0, 0%, 100%, 0.6) 100%, rgba(211, 231, 254, 0.6) 0, rgba(247, 255, 255, 0.6) 56.48%);
  backdrop-filter: blur(10px);
}
.editor-styles-wrapper .contectus_herosection .animated-button {
  margin: 0 !important;
  background: #182b5c;
  font-size: 1.5em;
  font-weight: 500;
  padding: 35px 0;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  border-radius: 100px !important;
}
.editor-styles-wrapper .contectus_herosection .animated-button:hover {
  background: #dfb443;
}
.editor-styles-wrapper .chs_number {
  font-size: 2em;
  border-radius: 100px;
  border: 1px solid #182b5c;
  backdrop-filter: blur(7.5px);
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-right: 1em;
}
.editor-styles-wrapper .chs_number h5 {
  margin: 0 !important;
}
.editor-styles-wrapper .chs_content {
  width: 100%;
  color: #07308c;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
}
.editor-styles-wrapper .chs_content h4 {
  margin: 0 !important;
}
.editor-styles-wrapper .chs_number a,
.editor-styles-wrapper .chs_number p {
  margin-top: 0;
  margin-bottom: 0;
}
.editor-styles-wrapper .arrow-home {
  top: 40%;
  right: 4em;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  border: solid 2px #ffffff;
}
.editor-styles-wrapper .arrow-home:hover {
  background: rgba(255, 255, 255, 0.151);
}
.editor-styles-wrapper .arrow-home::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://offpro.jp/_next/static/media/arrow-long.ac8394b2.png) no-repeat;
  position: absolute;
  background-size: 30%;
  background-position: center;
}
.editor-styles-wrapper .fotter {
  z-index: 9999;
  padding: 4em 0;
  position: relative;
  background: #23429f;
}
.editor-styles-wrapper .fotter-container {
  width: 80%;
}
.editor-styles-wrapper .fotter-links {
  width: 50%;
}
.editor-styles-wrapper .fotter-links ul {
  display: grid;
  grid-template-columns: 50% 50%;
}
.editor-styles-wrapper .fotter ul li,
.editor-styles-wrapper .fotter p {
  list-style: none;
  height: fit-content;
  margin: 0 !important;
  font-size: 1em !important;
}
.editor-styles-wrapper .fotter ul li a {
  width: fit-content;
  color: #fff !important;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin: 0.5em 0;
}
.editor-styles-wrapper .fotter ul li a::before {
  width: 0%;
  content: "";
  height: 1px;
  bottom: 0px;
  position: absolute;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.editor-styles-wrapper .fotter ul li a:hover::before {
  width: 100%;
}
.editor-styles-wrapper .fotter .logo {
  height: 100%;
  max-height: 110px !important;
  margin-bottom: 2em !important;
}
.editor-styles-wrapper .fotter .logo img,
.editor-styles-wrapper .fotter .logo figure {
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.editor-styles-wrapper .fotter .logo figure {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.editor-styles-wrapper .fotter-info .fotter-text,
.editor-styles-wrapper .fotter-info p {
  color: #ffffff;
  font-size: 1.5em !important;
}
.editor-styles-wrapper .fotter-animation {
  top: 200%;
  left: 0;
  width: 100%;
  aspect-ratio: 1/0.6;
  position: absolute;
  border-radius: 50% 50% 0 0;
  background: #0028b6;
  transform: translateY(-50%);
  transition: all 1s ease;
}
.editor-styles-wrapper .fotter-animation.on {
  top: 100%;
}
.editor-styles-wrapper header {
  z-index: 11111 !important;
}
.editor-styles-wrapper .button {
  width: 100%;
  max-width: 392px;
  padding: 0.5em;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  border-radius: 100px;
  font-size: 24px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #182b5c !important;
  border: 0;
  transition: 0.3s;
  font-weight: 400;
}
.editor-styles-wrapper .button .content {
  align-items: center;
}
.editor-styles-wrapper .button .small-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5em;
}
.editor-styles-wrapper .button .small-icon svg path {
  fill: #dfb443;
}
.editor-styles-wrapper .button p {
  margin: 0 !important;
}
.editor-styles-wrapper .button:hover .small-icon svg path {
  fill: #182b5c;
}
.editor-styles-wrapper .button:hover {
  background: #dfb443 !important;
}
.editor-styles-wrapper .move-animation {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.editor-styles-wrapper .move-animation .content {
  animation: scroll-left 10s linear infinite;
  animation-play-state: running;
}
.editor-styles-wrapper .move-animation:hover .content {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}